func Println()

in {{cookiecutter.component_id}}/log/log.go [191:193]


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