in galog.go [912:916]
func (lg *logger) WarnV(v Verbose, args ...any) { if v { lg.log(newEntry(WarningLevel, lg.prefix, fmt.Sprint(args...))) } }