Mercurial > pub > ImplabNet
comparison Implab/Diagnostics/IEventListener.cs @ 35:2880242f987a diagnostics
initial log capabilities
author | cin |
---|---|
date | Mon, 14 Apr 2014 18:25:26 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
34:dabf79fde388 | 35:2880242f987a |
---|---|
1 using System; | |
2 using System.Collections.Generic; | |
3 using System.Linq; | |
4 using System.Text; | |
5 using System.Threading.Tasks; | |
6 | |
7 namespace Implab.Diagnostics { | |
8 public interface IEventListener { | |
9 void TraceEvent(LogContext context, TraceEventType type, string format, params object[] args); | |
10 } | |
11 } |