func Panic()

in {{cookiecutter.component_id}}/log/log.go [166:168]


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