Design Pattern Framework 3.5
OnLog Method (e)
Patterns-In-Action! Application ► Log ► SingletonLogger ► OnLog(LogEventArgs)
Invoke the Log event.
Declaration Syntax
C# | Visual Basic |
public void OnLog( LogEventArgs e )
Public Sub OnLog ( _ e As LogEventArgs _ )
Parameters
- e (LogEventArgs)
- Log event parameters.