Ejemplo n.º 1
0
 public static void LogDebug(this ILogger instance, ILog4NetProperties state, Func <ILog4NetProperties, Exception, string> formatter = null)
 {
     instance.LogDebug <ILog4NetProperties>(state, formatter);
 }
Ejemplo n.º 2
0
 public static void LogCritical(this ILogger instance, ILog4NetProperties state, Exception exception, Func <ILog4NetProperties, Exception, string> formatter = null)
 {
     instance.LogCritical <ILog4NetProperties>(state, exception, formatter);
 }