void UpdateManager_Log(LogEventArgs args) { Logger.Log(args.Message, args.Level); }
public void OnLog(LogEventArgs args) { if (Log != null) { Log(args); } }