func()

in galog.go [854:859]


func (lg *logger) V(v int) Verbose {
	if v <= lg.verbosity {
		return true
	}
	return false
}