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