Visual Guard Class Library Documentation

VGLogger.Write Method (VGLogEntry)

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

public static void Write(
   VGLogEntry log
);

Parameters

log
A VGLogEntry object defining the content of the message.

Exceptions

Exception Type Condition
ArgumentNullException log is null

See Also

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