func Panicln()

in {{cookiecutter.component_id}}/log/log.go [176:178]


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