index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
log.zig
Age
Commit message (
Expand
)
Author
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-02-09
Buffer the logging function
Prokop Randacek
2024-02-01
std: make options a struct instance instead of a namespace
Veikka Tuominen
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-05-03
std.log.defaultLog: remove freestanding compile error
Carl Ã…stholm
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2023-01-03
std.log: add functionality to check if a specific log level and scope are ena...
Lee Cannon
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-08-31
Using `comptime level.asText()` in log example
Hashi364
2022-07-09
`std.log`: deduplicate `switch`
r00ster91
2022-07-07
std.log: give friendly error to freestanding users
r00ster91
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-10-24
std.log: simplify to 4 distinct log levels
Isaac Freund
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-24
Expose mechanism to convert log level to text
Jonathan Marler
2021-06-24
Expose default std.log implementation
Jonathan Marler
2021-06-22
add compile error if root.log is not a function
Luna
2021-06-09
Provide method to set logging level per scope (#8584)
Lee Cannon
2021-02-24
zig fmt the std lib
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-09-25
std.log: better default for printing logs
Andrew Kelley
2020-09-04
provide default implementation of std.log on freestanding
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-13
std.log: update documentation and example for scoped logging
heidezomp
2020-08-13
std.log: (breaking) remove scope parameter from logging functions
heidezomp
2020-08-12
std.log: don't state in docs that messages are logged to stderr
heidezomp
2020-08-12
std.log: add documentation for scoped logging
heidezomp
2020-08-12
std.log: add scoped logging struct
heidezomp
2020-07-22
Fix std.log example to make the log handler print the newline
heidezomp
2020-07-22
Make the default log handler print a newline
joachimschmidt557
2020-07-21
Fix log.zig example.
purringChaos
2020-07-12
update compile error tests and some doc comments
Vexu
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-19
Don't attempt to use io from thin air
Haze Booth
2020-06-17
Introduce std.log
Isaac Freund