Example #1
0
 public static void info(object obj, string log)
 {
     NetLog.info(obj.GetType().FullName, log);
 }