Versions in this module Expand all Collapse all v0 v0.6.5 May 4, 2026 Changes in this version + func Configure(projectRoot string, logEnabled, debugEnabled bool) + func End(name string) + func IsDebugEnabled() bool + func IsEnabled() bool + func IsLogEnabled() bool + func Logf(format string, args ...any) + func PrintTimings() + func Printf(format string, args ...any) + func Start(name string) func() + type Level int + const LevelDebug + const LevelLog + const LevelOff + func (l Level) String() string + type TimingEntry struct + Duration time.Duration + Name string + Timestamp time.Time + func Timings() []TimingEntry