func Panicf()

in {{cookiecutter.component_id}}/log/log.go [171:173]


func Panicf(format string, args ...interface{}) {
	defaultLogger.Panicf(format, args...)
}