func Debug()

in {{cookiecutter.component_id}}/log/log.go [106:108]


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