void CheckLog() { if (Info.IsLogEnabled) { OkwyDefaultLog.DefaultInit(); } else { MainLog.ResetAppenders(); } }