namespace Implab.Diagnostics { public interface IEventTextFormatter { EventText Format(LogEventArgs args, TEvent data); } }