EventLogLoggerProvider Class
Definition
The provider for the EventLogLogger.
public ref class EventLogLoggerProvider : IDisposable, Microsoft::Extensions::Logging::ILoggerProvider, Microsoft::Extensions::Logging::ISupportExternalScope
[Microsoft.Extensions.Logging.ProviderAlias("EventLog")]
public class EventLogLoggerProvider : IDisposable, Microsoft.Extensions.Logging.ILoggerProvider, Microsoft.Extensions.Logging.ISupportExternalScope
type EventLogLoggerProvider = class
interface ILoggerProvider
interface IDisposable
interface ISupportExternalScope
Public Class EventLogLoggerProvider
Implements IDisposable, ILoggerProvider, ISupportExternalScope
- Inheritance
-
EventLogLoggerProvider
- Attributes
- Implements
Constructors
EventLogLoggerProvider() |
Initializes a new instance of the EventLogLoggerProvider class. |
EventLogLoggerProvider(EventLogSettings) |
Initializes a new instance of the EventLogLoggerProvider class. |
EventLogLoggerProvider(IOptions<EventLogSettings>) |
Initializes a new instance of the EventLogLoggerProvider class. |
Methods
CreateLogger(String) | |
Dispose() | |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SetScopeProvider(IExternalScopeProvider) | |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |