func Printf()

in {{cookiecutter.component_id}}/log/log.go [186:188]


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