namespace ZelWiki.Engine.Library.Interfaces { /// /// 错误日志 /// public interface IExceptionHandler { /// /// /// /// /// /// public void Log(IZelEngineState state, Exception? ex, string customText); } }