func GetMinLog() *gominlog.MinLog { if logger == nil { logger = gominlog.NewClassicMinLogWithPackageName("microserv-helper") } return logger }
func init() { // Default logger uses the go default log. logger = gominlog.NewClassicMinLogWithPackageName("go-eureka-client") }