コード例 #1
0
 public void Except(string message, Exception e) => Procs.LogMsg(logger, LogMsgType.Error, message, e);
コード例 #2
0
 public void Warn(string message, Exception e) => Procs.LogMsg(logger, LogMsgType.Warning, message, e);
コード例 #3
0
 public void Except(Exception e) => Procs.LogMsg(logger, LogMsgType.Error, e);
コード例 #4
0
 public void Warn(Exception e) => Procs.LogMsg(logger, LogMsgType.Warning, e);