go-ethereum/log
Marius van der Wijden 7c9032dff6
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
all: change reflect.Ptr to reflect.Pointer (#35176)
Since go 1.18 reflect has `reflect.Pointer` which replaces
`reflect.Ptr`. Newer versions of `govet` will alert. 
See also: https://pkg.go.dev/reflect#pkg-constants
2026-06-18 18:34:34 +02:00
..
format.go all: change reflect.Ptr to reflect.Pointer (#35176) 2026-06-18 18:34:34 +02:00
format_test.go log: using testing.B.Loop (#32663) 2025-09-19 17:05:21 -06:00
handler.go log: share mutex in log handles with same writer and other fields (#35074) 2026-06-10 22:37:39 +02:00
handler_glog.go log: allow –vmodule to downgrade log levels (#33111) 2026-04-16 08:53:08 +02:00
logger.go log: fix some functions comments (#29907) 2024-06-17 11:03:27 +02:00
logger_test.go log: allow –vmodule to downgrade log levels (#33111) 2026-04-16 08:53:08 +02:00
root.go log: fix SetDefault for custom loggers (#31368) 2025-03-14 16:56:53 +01:00
root_test.go log: fix SetDefault for custom loggers (#31368) 2025-03-14 16:56:53 +01:00