CoreOptionsExtension.LoggerFactory 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.
The option set from the UseLoggerFactory(ILoggerFactory) method.
[System.Runtime.CompilerServices.Nullable(2)]
public virtual Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory { get; }
public virtual Microsoft.Extensions.Logging.ILoggerFactory LoggerFactory { get; }
public virtual Microsoft.Extensions.Logging.ILoggerFactory? LoggerFactory { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.LoggerFactory : Microsoft.Extensions.Logging.ILoggerFactory
member this.LoggerFactory : Microsoft.Extensions.Logging.ILoggerFactory
Public Overridable ReadOnly Property LoggerFactory As ILoggerFactory
Property Value
- Attributes