Mercurial > pub > ImplabNet
view Implab/Diagnostics/IEventTextFormatter.cs @ 121:62d2f1e98c4e v2
working version of AsyncQueue and batch operations
tests
author | cin |
---|---|
date | Mon, 12 Jan 2015 18:19:41 +0300 |
parents | 4c0e5ef99986 |
children |
line wrap: on
line source
namespace Implab.Diagnostics { public interface IEventTextFormatter<in TEvent> { EventText Format(LogEventArgs args, TEvent data); } }