コード例 #1
0
ファイル: Logger.cs プロジェクト: nettolicious/common
 public void ErrorException(String message, Exception exception)
 {
     mLogger.ErrorException(message, exception);
 }