public static void Info(string msg) { if (!IsOutPutLog) { return; } LoggerWriter.LogInformation(msg); }