Visual Guard Class Library Documentation

VGSecurityManager.WriteLog Method 

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

public static void WriteLog(
   VGLogEntry log
);

Parameters

log
A VGLogEntry object defining the content of the message.

Remarks

The message will be written in the log of the repository only when the log is enabled for this repository.

For more information about Logging features, see Using Visual Guard Logging features.

See Also

VGSecurityManager Class | Novalys.VisualGuard.Security Namespace | LogEnabled