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

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public void WriteLog(
	VGLogEntry log
)
Visual Basic (Declaration)
Public Sub WriteLog ( _
	log As VGLogEntry _
)

Parameters

log
Type: Novalys.VisualGuard.Security.Logging..::.VGLogEntry
A VGLogEntry object defining the content of the message.

Exceptions

ExceptionCondition
System..::.ArgumentNullException log is null
System..::.FormatExceptionthe format specified in the title or in the message of the log is not valid.

See Also