ZeroLog v1.2.0 Release Notes

Release Date: 2018-08-29 // over 5 years ago
    • 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.