Ejemplo n.º 1
0
 // Token: 0x06015639 RID: 87609 RVA: 0x0056CF5C File Offset: 0x0056B15C
 public static void PrintLog(LogSeverity level, string format, params object[] args)
 {
     if (string.IsNullOrEmpty(format))
     {
         return;
     }
     BuglyAgent.LogRecord(level, string.Format(format, args));
 }