Пример #1
0
 /// <inheritdoc />
 void Log4netILog.Debug(object message, Exception exception)
 {
     (this as AbbotwareILoggerV2).Debug(AbbotwareLogger.ObjectToString(message), exception);
 }