Occurs before a log entries is written in a repository.
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. |
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.
VGSecurityManager Class | Novalys.VisualGuard.Security Namespace