namespace LJLib.Tools.File { internal interface ILogger { void WriteLog(string msg); } }