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