2 references to LogName
Microsoft.Extensions.Logging.EventLog (2)
EventLogSettings.cs (2)
45string logName = string.IsNullOrEmpty(LogName) ? "Application" : LogName;