Adds the specified entry to the collection.

Namespace:  Novalys.VisualGuard.Security.Logging
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public void Add(
	VGLogEntry entry
)
Visual Basic (Declaration)
Public Sub Add ( _
	entry As VGLogEntry _
)

Parameters

entry
Type: Novalys.VisualGuard.Security.Logging..::.VGLogEntry
A VGLogEntry object to add to the collection.

See Also