Пример #1
0
 void UpdateManager_Log(LogEventArgs args)
 {
     Logger.Log(args.Message, args.Level);
 }
Пример #2
0
 public void OnLog(LogEventArgs args)
 {
     if (Log != null)
     {
         Log(args);
     }
 }