Mercurial > pub > ImplabNet
view Implab/Diagnostics/IEventTextFormatter.cs @ 132:5fb2bbffdece v2
minor fixes
author | cin |
---|---|
date | Sat, 07 Feb 2015 19:41:31 +0300 |
parents | 4c0e5ef99986 |
children |
line wrap: on
line source
namespace Implab.Diagnostics { public interface IEventTextFormatter<in TEvent> { EventText Format(LogEventArgs args, TEvent data); } }