Writes a new log entry as defined in the specified VGLogEntry object to the default repository log.
Writes a new log entry as defined in the specified VGLogEntry object to the default repository log.
public static void Write(VGLogEntry);
Writes a new log entry as defined in the VGLogEntry object to the log stored in the repository represented by the specified VGSecurityRuntime object.
public static void Write(VGSecurityRuntime,VGLogEntry);
VGLogger Class | Novalys.VisualGuard.Security.Logging Namespace