Beispiel #1
0
 public void Fatal(Exception ex, string messageFormatString, params object[] formatStringParameters)
 {
     TheLogger.Fatal(CallingMethodName + ": " + FormattedString(messageFormatString, formatStringParameters), ex);
 }