Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debugf(format string, v ...interface{}) Infof(format string, v ...interface{}) Errorf(format string, v ...interface{}) Fatalf(format string, v ...interface{}) }
Logger is a type that is used to log errors and info to throughout Dragonfly. Any logger implementation that implements Logger may be used by passing it to server.New.
Click to show internal directories.
Click to hide internal directories.