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