Skip to content

v1.2.0

Compare
Choose a tag to compare
@ltrzesniewski ltrzesniewski released this 29 Aug 17:16
· 356 commits to master since this release
  • 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.