namespace XGame.Framework.Logger { internal interface ILogFlushable { void Flush(LogType logType); } }