public void LogInfo(string log) { LogSupport.AddLog(log); }
public void LogError(string log) { LogSupport.AddLog(log, LogType.Error); }