func Infof()

in {{cookiecutter.component_id}}/log/log.go [156:158]


func Infof(format string, args ...interface{}) {
	defaultLogger.Infof(format, args...)
}