log.zig icon indicating copy to clipboard operation
log.zig copied to clipboard

a thread-safe logging library for zig.

Results 2 log.zig issues
Sort by recently updated
recently updated
newest added

The Unix Epoch time is not human readable. I suggest this library allow users to change the timestamp format to whatever they like. https://github.com/gernest/time is a Zig port of the...

With Zig 0.6.0, any functions "interfacing" with `io.out_stream()` via `fmt.format()` need to pass a literal struct with the format string. So if `Logger.logDebug()` is used without placeholders in the format...