コード例 #1
0
ファイル: FormatLogger.cs プロジェクト: dbeattie71/Utilities
 public void Error(Exception ex, string messageFormatString, params object[] formatStringParameters)
 {
     TheLogger.Error(CallingMethodName + ": " + FormattedString(messageFormatString, formatStringParameters), ex);
 }