Click or drag to resize

VGLoggerWrite Method (VGLogEntry)

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

Namespace:  Novalys.VisualGuard.Security.Logging
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public static void Write(
	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 cannot be formatted
See Also