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
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