- fixed segmenation fault on json logging for windows
- no need to call
defer json_handler.deinit();
anymore since the ownership of the handler is passed to the logger
- no need to call
- reordered memory managment for the json handler
- bug fixes
- improvments
- checking on comptime wethever use zig 0.14 or 0.13 API for handlers.zig
- small improvements
Added new non-failing log methods for each log level. These methods do not return an error. fixed compilation errors to support zig 0.14-dev