3 references to Log
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLog.cs (2)
82
return _underlyingEventLog.
Log
;
191
EventLogInternal newLog = new EventLogInternal(_underlyingEventLog.
Log
, _underlyingEventLog.MachineName, CheckAndNormalizeSourceName(value), this);
System\Diagnostics\EventLogEntry.cs (1)
398
regKey = GetSourceRegKey(owner.
Log
, Source, owner.MachineName);