func Warningf()

in {{cookiecutter.component_id}}/log/log.go [211:213]


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