func CxEntryGracefulShutdown()

in gcp/logger/logger.go [106:112]


func CxEntryGracefulShutdown() *CxEntry {
	return &CxEntry{
		Severity:  Notice,
		Message:   "ListenAndServe: ezcx server was gracefully shutdown",
		Component: "ezcx.Server",
	}
}