diff Implab/Diagnostics/LogChannel.cs @ 134:04d4c92d0f28 v2

Improved logging
author cin
date Wed, 11 Feb 2015 02:12:15 +0300
parents 4c0e5ef99986
children d45bdf510514
line wrap: on
line diff
--- a/Implab/Diagnostics/LogChannel.cs	Mon Feb 09 00:28:13 2015 +0300
+++ b/Implab/Diagnostics/LogChannel.cs	Wed Feb 11 02:12:15 2015 +0300
@@ -69,6 +69,7 @@
                     this,
                     new LogEventArgs<TEvent>(
                         data,
+                        Name,
                         traceContext.ThreadId,
                         traceContext.CurrentOperation,
                         traceContext.CurrentOperation.Duration