Mercurial > pub > ImplabNet
diff Implab/Diagnostics/LogEventArgsT.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/LogEventArgsT.cs Mon Feb 09 00:28:13 2015 +0300 +++ b/Implab/Diagnostics/LogEventArgsT.cs Wed Feb 11 02:12:15 2015 +0300 @@ -5,7 +5,7 @@ private set; } - public LogEventArgs(TEvent value, int threadId, LogicalOperation operation, int timeOffset) : base(threadId, operation, timeOffset) { + public LogEventArgs(TEvent value,string channelName, int threadId, LogicalOperation operation, int timeOffset) : base(channelName, threadId, operation, timeOffset) { Value = value; } }