Mercurial > pub > ImplabNet
view Implab/Diagnostics/IEventTextFormatter.cs @ 113:468d156e434e v2-1
working on linked list
author | cin |
---|---|
date | Wed, 10 Dec 2014 01:29:53 +0100 |
parents | 4c0e5ef99986 |
children |
line wrap: on
line source
namespace Implab.Diagnostics { public interface IEventTextFormatter<in TEvent> { EventText Format(LogEventArgs args, TEvent data); } }