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.