log.Logger.Print (method)

one use

	log (current package)
		log.go#L196: func (l *Logger) Print(v ...interface{}) { l.Output(2, fmt.Sprint(v...)) }