Skip to content

RockLib.Logging.AspNetCore version 1.0.0-alpha03

Compare
Choose a tag to compare

Improvements to API:

  • Rename UseRockLib to UseRockLibLogging.
  • Add setConfigRoot parameter to UseRockLibLogging that bypasses the side-effect of setting Config.Root. The default value is true - passing a value of false is appropriate when the application has programmatically set the LoggerFactory.Loggers property.
  • Add overload for UseRockLibLogging that takes an ILogger parameter. This overload does not have the side-effect of setting Config.Root.
  • Use lower versions of Microsoft.AspNetCore.Hosting.Abstractions and Microsoft.Extensions.Logging dependencies.