aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/debugtracer
Commit message (Collapse)AuthorAgeFilesLines
* pkg/debugtracer: rename Log to LogfPimyn Girgis2026-02-111-5/+5
| | | | | The methods are used for formatted output, so rename them to follow Go conventions. Additionally, fix TestTracer to use formatted output (t.Logf) instead of unformatted output (t.Log).
* all: use any instead of interface{}Dmitry Vyukov2025-12-221-5/+5
| | | | Any is the preferred over interface{} now in Go.
* pkg/debugtracer: add the ability to capture time in logsAleksandr Nogikh2022-07-151-1/+9
|
* debug/debugtracer: add new component debugtracerJouni Hogander2020-12-101-0/+58
DebugTracer can be used for tracing and saving files for debugging purposes.