LoggerFactory Property
LoggerFactory
Gets the SingletonServiceFactory<TService> for ILoggerFactory.
Declaration
public SingletonServiceFactory<ILoggerFactory> LoggerFactory { get; }
Property Value
SingletonServiceFactory<ILoggerFactory> |
Remarks
The only option available for logging is the ILoggerFactory creator, which can only be set programmatically. All other logging options (level, etc.) are configured via the default Microsoft configuration system. See https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging for details and documentation.