3 writes to logName
System (3)
services\monitoring\system\diagnosticts\EventLogInternal.cs (3)
179
this.
logName
= logName;
328
logName
= EventLog._InternalLogNameFromSourceName(sourceName, currentMachineName);
1521
this.
logName
= "Application";
6 references to logName
System (6)
services\monitoring\system\diagnosticts\EventLog.cs (1)
193
EventLogInternal newLog = new EventLogInternal(m_underlyingEventLog.
logName
, value, m_underlyingEventLog.sourceName, this);
services\monitoring\system\diagnosticts\EventLogInternal.cs (5)
310
if (
logName
== null ||
logName
.Length == 0) {
322
if ((
logName
== null ||
logName
.Length == 0) && sourceName != null && sourceName.Length!=0) {
330
return
logName
;