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