Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@ltrzesniewski ltrzesniewski released this 26 Jul 16:04

New features

  • Added a LogManager.Flush method, which can be useful in benchmarks
  • Added custom TimeProvider support in the configuration (#62, requires .NET 8)
  • Added %localDate and %localTime placeholders (#64)

Fixes

  • Fixed LogManager.RegisterAllEnumsFrom to be safe to use with assemblies containing invalid types
  • Fixed enum support on .NET 6 under Linux