Visual Guard Class Library Documentation

VGSecurityRuntime.WriteLog Method 

Writes a new log entry as defined in the specified VGLogEntry object in the repository represented by this runtime.

public void WriteLog(
   VGLogEntry log
);

Parameters

log
A VGLogEntry object defining the content of the message.

Exceptions

Exception Type Condition
ArgumentNullException log is null

See Also

VGSecurityRuntime Class | Novalys.VisualGuard.Security Namespace