# Functions
Debug is the static debug logging function.
Debugf is the static formatted debug logging function.
Error is the static error logging function.
Errorf is the static formatted error logging function.
Info is the static info logging function.
Infof is the static formatted info logging function.
SetLogger overwrites the default SCALIBR logger with a user specified one.
Warn is the static warning logging function.
Warnf is the static formatted warning logging function.
# Structs
DefaultLogger is the Logger implementation used by default.
# Interfaces
Logger is SCALIBR's logging interface.