EventLogSettings.EventLog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For unit testing purposes only.
public:
property Microsoft::Extensions::Logging::EventLog::Internal::IEventLog ^ EventLog { Microsoft::Extensions::Logging::EventLog::Internal::IEventLog ^ get(); void set(Microsoft::Extensions::Logging::EventLog::Internal::IEventLog ^ value); };
public Microsoft.Extensions.Logging.EventLog.Internal.IEventLog EventLog { get; set; }
member this.EventLog : Microsoft.Extensions.Logging.EventLog.Internal.IEventLog with get, set
Public Property EventLog As IEventLog