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 ...any) Infof(format string, v ...any) Errorf(format string, v ...any) Fatalf(format string, v ...any) }
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.
Directories
¶
Path | Synopsis |
---|---|