diff Implab.Diagnostics.Interactive/TraceViewItem.cs @ 48:d9d794b61bb9 interactive logger

Interactive tracing Improved working with tracing contexts
author cin
date Fri, 18 Apr 2014 12:34:45 +0400
parents b181f7bcb259
children 9c32ef39b851
line wrap: on
line diff
--- a/Implab.Diagnostics.Interactive/TraceViewItem.cs	Thu Apr 17 18:49:36 2014 +0400
+++ b/Implab.Diagnostics.Interactive/TraceViewItem.cs	Fri Apr 18 12:34:45 2014 +0400
@@ -12,6 +12,7 @@
         public int Timestamp { get; set; }
         public int Indent { get; set; }
         public int Thread { get; set; }
+        public string Channel { get; set; }
 
         public string FormattedMessage {
             get {