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