//
pkg.gl
Category
github.com/linuxboot/fiano
pkg
log
package
1.2.0
Repository:
https://github.com/linuxboot/fiano.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
2
Dependents
23
Files
40 SLOC
#
Functions
Errorf
Errorf logs an error message.
Fatalf
Fatalf logs a fatal message and immediately exits the application with os.Exit (which is expected to be called by the DefaultLogger.Fatalf).
Warnf
Warnf logs an warning message.
#
Variables
DefaultLogger
DefaultLogger is the logger used by default everywhere within fiano.
#
Interfaces
Logger
Logger describes a logger to be used in fiano.