Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { // Warnf logs an warning message. Warnf(format string, args ...interface{}) // Errorf logs an error message. Errorf(format string, args ...interface{}) // Fatalf logs a fatal message and immediately exits the application // with os.Exit. Fatalf(format string, args ...interface{}) }
Logger describes a logger to be used in fiano.
var DefaultLogger Logger
DefaultLogger is the logger used by default everywhere within fiano.
Click to show internal directories.
Click to hide internal directories.