首页 > TAG信息列表 > Loger

单文件Loger方法

public static void Log(string category, string log) { try { if (!Directory.Exists(Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "ErrLog"))) {