func Debugln()

in {{cookiecutter.component_id}}/log/log.go [116:118]


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