in galog.go [870:874]
func (lg *logger) DebugV(v Verbose, args ...any) { if v { lg.log(newEntry(DebugLevel, lg.prefix, fmt.Sprint(args...))) } }