namespace XGame.Framework.Logger { internal interface ILogWriter { void Write(string contents); void Flush(); } }