Click or drag to resize

VGLogWritingEventArgs Constructor

Creates a new instance of VGLogWritingEventArgs class.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public VGLogWritingEventArgs(
	VGLogEntry entry
)

Parameters

entry
Type: Novalys.VisualGuard.Security.LoggingVGLogEntry
the log entry to write in the repository log.
See Also