Parsed log line event delegate
| C# | Visual Basic | Visual C++ |
public delegate void LogLineEventDelegate( bool isImport, LogLineEventArgs logInfo )
Public Delegate Sub LogLineEventDelegate ( _ isImport As Boolean, _ logInfo As LogLineEventArgs _ )
public delegate void LogLineEventDelegate( bool isImport, LogLineEventArgs^ logInfo )
- isImport (Boolean)
- If you only wish to handle events from real-time parsing, ignore events with this True
- logInfo (LogLineEventArgs)