Documentation ¶
Index ¶
Constants ¶
View Source
const ( EventCfgPatchCreated = "cfg_patch_created" EventDevRegistered = "dev_registered" EventMSShutdown = "ms_shutdown" EventPanic = "panic" EventStoreInit = "store_init" EventComponentStarted = "component_started" EventComponentShutdown = "component_shutdown" EventWSConnAdded = "ws_conn_added" EventWSConnRemoved = "ws_conn_removed" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { Debugf(format string, args ...interface{}) Infof(format string, args ...interface{}) Info(msg string) Errorf(format string, args ...interface{}) Error(msg string) Fatalf(format string, args ...interface{}) Fatal(msg string) With(args ...interface{}) Logger Flush() error }
Logger is a contract for the logger.
Click to show internal directories.
Click to hide internal directories.