Namespace Steeltoe.Common.Logging
Classes
BootstrapLoggerFactory
Provides early logging at application initialization, before configuration has been loaded, the service container has been built, and the app has started. Once the app has started, the created loggers can be upgraded to utilize loaded configuration and the service container by calling UpgradeBootstrapLoggerFactory(IServiceCollection, BootstrapLoggerFactory).