##// END OF EJS Templates
close v2-1...
close v2-1 bad idea

File last commit:

r92:4c0e5ef99986 v2
r241:c19cee55e85e v2-1
Show More
IEventTextFormatter.cs
5 lines | 159 B | text/x-csharp | CSharpLexer
namespace Implab.Diagnostics {
public interface IEventTextFormatter<in TEvent> {
EventText Format(LogEventArgs args, TEvent data);
}
}