Visual Guard Class Library Documentation

VGLogger.Write Method (VGSecurityRuntime, 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 runtime,
   VGLogEntry log
);

Parameters

runtime
a VGSecurityRuntime object representing the repository in which the log will be stored.
log
A VGLogEntry object defining the content of the message.

Exceptions

Exception Type Condition
ArgumentNullException runtime or log is null

See Also

VGLogger Class | Novalys.VisualGuard.Security.Logging Namespace | VGLogger.Write Overload List