Click or drag to resize

VGSecurityRuntimeWriteLog Method

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: 2019.1.831.19 (2019.1.0831.19)
Syntax
public void WriteLog(
	VGLogEntry log
)

Parameters

log
Type: Novalys.VisualGuard.Security.LoggingVGLogEntry
A VGLogEntry object defining the content of the message.
Exceptions
ExceptionCondition
ArgumentNullExceptionlog is null
FormatExceptionthe format specified in the title or in the message of the log is not valid.
See Also