コード例 #1
0
 public void LogError(Exception exception)
 {
     _logNetMaster.LogException(exception);
 }
コード例 #2
0
 public void Log(string message)
 {
     _logNetMaster.LogException(new Exception(message));
 }