func Errorln()

in {{cookiecutter.component_id}}/log/log.go [131:133]


func Errorln(args ...interface{}) {
	defaultLogger.Errorln(args...)
}