Click or drag to resize

VGLogEntryCollectionAdd Method

Adds the specified entry to the collection.

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 void Add(
	VGLogEntry entry
)

Parameters

entry
Type: Novalys.VisualGuard.Security.LoggingVGLogEntry
A VGLogEntry object to add to the collection.
See Also