aboutsummaryrefslogtreecommitdiff
path: root/lib/std/log.zig
AgeCommit message (Expand)Author
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2023-01-03std.log: add functionality to check if a specific log level and scope are ena...Lee Cannon
2022-09-16std: remove deprecated API for the upcoming releaseAndrew Kelley
2022-08-31Using `comptime level.asText()` in log exampleHashi364
2022-07-09`std.log`: deduplicate `switch`r00ster91
2022-07-07std.log: give friendly error to freestanding usersr00ster91
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-10-24std.log: simplify to 4 distinct log levelsIsaac Freund
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-24Expose mechanism to convert log level to textJonathan Marler
2021-06-24Expose default std.log implementationJonathan Marler
2021-06-22add compile error if root.log is not a functionLuna
2021-06-09Provide method to set logging level per scope (#8584)Lee Cannon
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