Beispiel #1
0
 public void Debug(string format, params object[] objs)
 {
     context.Log(LogLevel.INFO, String.Format(format, objs));
 }