4 references to Log
System (4)
services\monitoring\system\diagnosticts\EventLog.cs (2)
160
return m_underlyingEventLog.
Log
;
305
EventLogInternal newLog = new EventLogInternal(m_underlyingEventLog.
Log
, m_underlyingEventLog.MachineName, CheckAndNormalizeSourceName(value), this);
services\monitoring\system\diagnosticts\EventLogEntry.cs (2)
503
regKey = GetSourceRegKey(owner.
Log
, Source, owner.MachineName);
565
info.AddValue("LogName", owner.
Log
);