using System; namespace Wayne.Lib.Log.SlowLog { public interface ISlowLogger : IDisposable { void Checkpoint(string checkpointName); } }