RockLib.Logging.AspNetCore version 1.0.0-alpha03
Improvements to API:
- Rename
UseRockLib
toUseRockLibLogging
. - Add
setConfigRoot
parameter toUseRockLibLogging
that bypasses the side-effect of settingConfig.Root
. The default value istrue
- passing a value offalse
is appropriate when the application has programmatically set theLoggerFactory.Loggers
property. - Add overload for
UseRockLibLogging
that takes anILogger
parameter. This overload does not have the side-effect of settingConfig.Root
. - Use lower versions of Microsoft.AspNetCore.Hosting.Abstractions and Microsoft.Extensions.Logging dependencies.