protected virtual void OnLogFailure(LogFailureEventArgs e) { if (LogFailure != null) { LogFailure(this, e); } }
static void logManager_LogFailure( object sender, LogFailureEventArgs e ) { notifyIcon.ShowError( "Unable to log message: " + e.Reason + "\n\nPlease check settings." ); }
protected virtual void OnLogFailure( LogFailureEventArgs e ) { if ( LogFailure != null ) LogFailure( this, e ); }
static void logManager_LogFailure(object sender, LogFailureEventArgs e) { notifyIcon.ShowError("Unable to log message: " + e.Reason + "\n\nPlease check settings."); }