oyzar

Results 1 issues of oyzar

**Describe the bug** public static void Error(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4) { if (!log.IsInfoEnabled) return; log.Log(LogLevel.ErrorLevel, cause, format, arg1, arg2,...