Leadtools.Logging Namespace > Logger Class : Logging Event |
public event EventHandler<LogEventArgs> Logging
'Declaration Public Event Logging As EventHandler(Of LogEventArgs)
'Usage Dim instance As Logger Dim handler As EventHandler(Of LogEventArgs) AddHandler instance.Logging, handler
public event EventHandler<LogEventArgs> Logging
add_Logging(function(sender, e)) remove_Logging(function(sender, e))
public: event EventHandler<LogEventArgs^>^ Logging
The event handler receives an argument of type LogEventArgs containing data related to this event. The following LogEventArgs properties provide information specific to this event.
Property | Description |
---|---|
LogEntry | Gets the ILogEntry object. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2