예제 #1
0
 public void FatalFormat(IFormatProvider provider, String format, params Object[] args)
 {
     _log.FatalFormat(provider, format, args);
 }