package
1.2.0
Repository: https://github.com/linuxboot/fiano.git
Documentation: pkg.go.dev

# Functions

Errorf logs an error message.
Fatalf logs a fatal message and immediately exits the application with os.Exit (which is expected to be called by the DefaultLogger.Fatalf).
Warnf logs an warning message.

# Variables

DefaultLogger is the logger used by default everywhere within fiano.

# Interfaces

Logger describes a logger to be used in fiano.