3 writes to logName
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLogInternal.cs (3)
116
this.
logName
= logName;
229
logName
= EventLog._InternalLogNameFromSourceName(sourceName, currentMachineName);
1261
this.
logName
= "Application";
3 references to logName
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLog.cs (1)
114
EventLogInternal newLog = new EventLogInternal(_underlyingEventLog.
logName
, value, _underlyingEventLog.sourceName, this);
System\Diagnostics\EventLogInternal.cs (2)
227
if (string.IsNullOrEmpty(
logName
) && !string.IsNullOrEmpty(sourceName))
232
return
logName
;