Mercurial > pub > ImplabNet
diff Implab/Diagnostics/LogEventArgsT.cs @ 194:d45bdf510514 v2
working on diagnostics
author | cin |
---|---|
date | Mon, 25 Apr 2016 15:18:56 +0300 |
parents | 04d4c92d0f28 |
children |
line wrap: on
line diff
--- a/Implab/Diagnostics/LogEventArgsT.cs Fri Apr 22 13:09:57 2016 +0300 +++ b/Implab/Diagnostics/LogEventArgsT.cs Mon Apr 25 15:18:56 2016 +0300 @@ -5,7 +5,7 @@ private set; } - public LogEventArgs(TEvent value,string channelName, int threadId, LogicalOperation operation, int timeOffset) : base(channelName, threadId, operation, timeOffset) { + public LogEventArgs(TEvent value,object channel, int threadId, LogicalOperation operation, int timeOffset) : base(channel, threadId, operation, timeOffset) { Value = value; } }