Visual Guard Class Library Documentation

VGLogger.Write Method

Writes a new log entry as defined in the specified VGLogEntry object to the default repository log.

Overload List

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);

See Also

VGLogger Class | Novalys.VisualGuard.Security.Logging Namespace