2 writes to LogName
Microsoft.Extensions.Logging.EventLog (2)
_generated\0\BindingExtensions.g.cs (2)
62
instance.
LogName
= value0;
69
instance.
LogName
= currentValue;
3 references to LogName
Microsoft.Extensions.Logging.EventLog (3)
_generated\0\BindingExtensions.g.cs (1)
66
var currentValue = instance.
LogName
;
EventLogSettings.cs (2)
43
string logName = string.IsNullOrEmpty(
LogName
) ? "Application" :
LogName
;