Documentation ¶ Index ¶ type Logger func GetLogger(loggerName string) Logger Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Logger ¶ type Logger interface { Msg(data string) Info(format string, a ...interface{}) Warn(format string, a ...interface{}) Error(format string, a ...interface{}) Fatal(format string, a ...interface{}) } func GetLogger ¶ func GetLogger(loggerName string) Logger Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.