aboutsummaryrefslogtreecommitdiff
path: root/lib/std/log.zig
AgeCommit message (Expand)Author
2021-02-24zig fmt the std libAndrew Kelley
2020-12-31Year++Frank Denis
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-09-25std.log: better default for printing logsAndrew Kelley
2020-09-04provide default implementation of std.log on freestandingAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-13std.log: update documentation and example for scoped loggingheidezomp
2020-08-13std.log: (breaking) remove scope parameter from logging functionsheidezomp
2020-08-12std.log: don't state in docs that messages are logged to stderrheidezomp
2020-08-12std.log: add documentation for scoped loggingheidezomp
2020-08-12std.log: add scoped logging structheidezomp
2020-07-22Fix std.log example to make the log handler print the newlineheidezomp
2020-07-22Make the default log handler print a newlinejoachimschmidt557
2020-07-21Fix log.zig example.purringChaos
2020-07-12update compile error tests and some doc commentsVexu
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-19Don't attempt to use io from thin airHaze Booth
2020-06-17Introduce std.logIsaac Freund