Occurs before a log entries is written in a repository.

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

Syntax

C#
public static event VGLogWritingEventHandler LogWriting
Visual Basic (Declaration)
Public Shared Event LogWriting As VGLogWritingEventHandler

Remarks

The event handler receives an argument of type VGLogWritingEventArgs containing data related to this event. The LogWriting event allows altering or filtering events that will be written in a repository.

See Also