Releases: Abc-Arbitrage/ZeroLog
Releases · Abc-Arbitrage/ZeroLog
v1.2.0
- Many optimizations
- Automatic flushing at the end of a log burst. Can be disabled with
LogManager.Config.FlushAppenders - Added
LogManager.GetLogger<T>() - Remove shutdown timeout which caused access violations with large buffers
Note that this release changes the API surface of appenders. It didn't get a major version bump as it should not be a breaking change for most users (it will only break if you use custom appenders). More API changes will be made in v2.0.
v1.1.3
Handle nested enums in constructed generic types
v1.1.2
Fixed an exception occurring when an enum nested in an open generic class is registered (most probably due to assembly scanning)
v1.1.1
Updated all NuGet dependencies
v1.1.0
- Adds support for enums
- Adds support for nullable values
- Various performance improvements