Mercurial > pub > ImplabNet
view Implab/Diagnostics/IEventTextFormatter.cs @ 94:a43745f81f10 v2
minor fixes
author | cin |
---|---|
date | Thu, 23 Oct 2014 17:50:09 +0400 |
parents | 4c0e5ef99986 |
children |
line wrap: on
line source
namespace Implab.Diagnostics { public interface IEventTextFormatter<in TEvent> { EventText Format(LogEventArgs args, TEvent data); } }