Example #1
0
 public static void AddLog(string content, Util.LogType logType = Util.LogType.Error)
 {
     Static.AddLog(content, logType);
 }
Example #2
0
 public static void AddLog(LogModel log)
 {
     Static.AddLog(log);
 }