Skip to content

Releases: Abc-Arbitrage/ZeroLog

v1.2.0

29 Aug 17:16

Choose a tag to compare

  • 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

13 Apr 16:15

Choose a tag to compare

Handle nested enums in constructed generic types

v1.1.2

13 Apr 15:49

Choose a tag to compare

Fixed an exception occurring when an enum nested in an open generic class is registered (most probably due to assembly scanning)

v1.1.1

13 Apr 09:40

Choose a tag to compare

Updated all NuGet dependencies

v1.1.0

12 Apr 15:52

Choose a tag to compare

  • Adds support for enums
  • Adds support for nullable values
  • Various performance improvements