Click or drag to resize

VGSecurityManagerWriteLog Method

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

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public static void WriteLog(
	VGLogEntry log
)

Parameters

log
Type: Novalys.VisualGuard.Security.LoggingVGLogEntry
A VGLogEntry object defining the content of the message.
Exceptions
ExceptionCondition
FormatExceptionthe format specified in the title or in the message of the log is not valid.
ArgumentNullExceptionlog is null
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