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