func Errorf()

in {{cookiecutter.component_id}}/log/log.go [126:128]


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