COMMITS
/ lib/std/log.zig April 30, 2025
A
all: replace all `@Type` usages
Ali Cheraghi committed
October 28, 2025
M
std.log: colorize output in default implementation
Matthew Lugg committed
M
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg committed
September 12, 2025
A
Remove usages of deprecatedWriter
andrewkraevskii committed
July 10, 2025
A
std.log.defaultLog: provide a small buffer
Andrew Kelley committed
A
Merge pull request #24387 from ziglang/std.log.default_level
Andrew Kelley committed
A
std.log: adjust default level for ReleaseSmall to include info
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
A
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley committed
May 22, 2025
F
std.log: fix example
Felix Rabe committed
August 28, 2024
M
August 24, 2024
M
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg committed
May 24, 2024
A
update the codebase for the new std.Progress API
Andrew Kelley committed
February 2, 2024
P
Buffer the logging function
Prokop Randacek committed
January 27, 2024
V
std: make options a struct instance instead of a namespace
Veikka Tuominen committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
May 2, 2023
C
std.log.defaultLog: remove freestanding compile error
Carl Åstholm committed
January 3, 2023
V
std: collect all options under one namespace
Veikka Tuominen committed
October 26, 2022
L
std.log: add functionality to check if a specific log level and scope are enabled
Lee Cannon committed
September 16, 2022
A
std: remove deprecated API for the upcoming release
Andrew Kelley committed
August 30, 2022
H
Using `comptime level.asText()` in log example
Hashi364 committed
July 6, 2022
R
`std.log`: deduplicate `switch`
r00ster91 committed
July 7, 2022
R
std.log: give friendly error to freestanding users
r00ster91 committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
November 10, 2021
A
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley committed
October 24, 2021
I
std.log: simplify to 4 distinct log levels
Isaac Freund committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
June 24, 2021
J
Expose mechanism to convert log level to text
Jonathan Marler committed
J
Expose default std.log implementation
Jonathan Marler committed
June 22, 2021
L
add compile error if root.log is not a function
Luna committed
June 9, 2021
L
Provide method to set logging level per scope (#8584)
Lee Cannon committed
February 25, 2021
A
zig fmt the std lib
Andrew Kelley committed
September 27, 2020
A
fix another round of regressions in this branch
Andrew Kelley committed
September 25, 2020
A
std.log: better default for printing logs
Andrew Kelley committed
September 4, 2020
A
provide default implementation of std.log on freestanding
Andrew Kelley committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
August 13, 2020
H
std.log: update documentation and example for scoped logging
heidezomp committed
H
std.log: (breaking) remove scope parameter from logging functions
heidezomp committed
August 12, 2020
H
std.log: don't state in docs that messages are logged to stderr
heidezomp committed
H
std.log: add documentation for scoped logging
heidezomp committed
H
std.log: add scoped logging struct
heidezomp committed
July 22, 2020
H
Fix std.log example to make the log handler print the newline
heidezomp committed
J
Make the default log handler print a newline
joachimschmidt557 committed
July 21, 2020
P
Fix log.zig example.
purringChaos committed
July 11, 2020
V
update compile error tests and some doc comments
Vexu committed
V
run zig fmt on std lib and self hosted
Vexu committed
June 19, 2020
H
Don't attempt to use io from thin air
Haze Booth committed
May 15, 2020
I
Introduce std.log
Isaac Freund committed