Exemplo n.º 1
0
 public void Error(Exception ex, string messageFormatString, params object[] formatStringParameters)
 {
     TheLogger.Error(CallingMethodName + ": " + FormattedString(messageFormatString, formatStringParameters), ex);
 }