Visual Guard Class Library Documentation

VGSecurityManager.VGLogWritingEventHandler Event

Occurs before a log entries is written in a repository.

public static event VGLogWritingEventHandler LogWriting;

Event Data

The event handler receives an argument of type VGLogWritinEventArgs containing data related to this event. The following VGLogWritinEventArgs property provides information specific to this event.

Property Description
Entry Gets the VGLogEntry representing the log entry to write in repository.

Remarks

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

See Also

VGSecurityManager Class | Novalys.VisualGuard.Security Namespace