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