Mercurial > pub > ImplabNet
view Implab/Diagnostics/IEventTextFormatter.cs @ 100:673947ce458a v2
added multithreading support to Disposable class
author | cin |
---|---|
date | Wed, 05 Nov 2014 16:39:56 +0300 |
parents | 4c0e5ef99986 |
children |
line wrap: on
line source
namespace Implab.Diagnostics { public interface IEventTextFormatter<in TEvent> { EventText Format(LogEventArgs args, TEvent data); } }