Пример #1
0
 //-----------------------------------------------------------------------------------------------------------------------------------------------------
 internal override void AttachToThreadLog(IThreadLog threadLog, ActivityLogNode parent)
 {
     base.AttachToThreadLog(threadLog, parent);
     _parent = parent;
 }
Пример #2
0
 //-----------------------------------------------------------------------------------------------------------------------------------------------------
 internal virtual void AttachToThreadLog(IThreadLog thread, ActivityLogNode parent)
 {
     _threadLog = thread;
     _millisecondsTimestamp = thread.ElapsedThreadMilliseconds;
 }