예제 #1
0
파일: IEventLogger.cs 프로젝트: jay-tux/jws
 protected virtual void OnLogDebug(LogEventArgs args) => LogDebugEvent?.Invoke(this, args);
예제 #2
0
파일: IEventLogger.cs 프로젝트: jay-tux/jws
 protected virtual void OnLogMessage(LogEventArgs args) => LogMessageEvent?.Invoke(this, args);
예제 #3
0
파일: IEventLogger.cs 프로젝트: jay-tux/jws
 protected virtual void OnLogError(LogEventArgs args) => LogErrorEvent?.Invoke(this, args);
예제 #4
0
파일: IEventLogger.cs 프로젝트: jay-tux/jws
 protected virtual void OnLogWarning(LogEventArgs args) => LogWarningEvent?.Invoke(this, args);