//----------------------------------------------------------------------------------------------------------------------------------------------------- internal override void AttachToThreadLog(IThreadLog threadLog, ActivityLogNode parent) { base.AttachToThreadLog(threadLog, parent); _parent = parent; }
//----------------------------------------------------------------------------------------------------------------------------------------------------- internal virtual void AttachToThreadLog(IThreadLog thread, ActivityLogNode parent) { _threadLog = thread; _millisecondsTimestamp = thread.ElapsedThreadMilliseconds; }