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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public void WriteLog(
	VGLogEntry log
)
Visual Basic
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..::..ArgumentNullExceptionlog is null
System..::..FormatExceptionthe format specified in the title or in the message of the log is not valid.

See Also