Esempio n. 1
0
 public void Except(string message, Exception e) => Procs.LogMsg(logger, LogMsgType.Error, message, e);
Esempio n. 2
0
 public void Warn(string message, Exception e) => Procs.LogMsg(logger, LogMsgType.Warning, message, e);
Esempio n. 3
0
 public void Except(Exception e) => Procs.LogMsg(logger, LogMsgType.Error, e);
Esempio n. 4
0
 public void Warn(Exception e) => Procs.LogMsg(logger, LogMsgType.Warning, e);