3 references to EvtChannelLoggingConfigLogFilePath
System.Diagnostics.EventLog (3)
System\Diagnostics\Reader\EventLogConfiguration.cs (2)
118
var logFilePath = NativeWrapper.EvtGetChannelConfigProperty(_handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigLogFilePath
);
124
NativeWrapper.EvtSetChannelConfigProperty(_handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigLogFilePath
, (object?)value);
System\Diagnostics\Reader\NativeWrapper.cs (1)
647
case UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigLogFilePath
: