Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FianoLogger ¶ added in v2.8.0
FianoLogger is an implementation of a fiano/pkg/log.Logger based on go-belt's Logger. Fiano is pretty noisy on low-important problems, so we enforce another logging level.
func NewFianoLogger ¶ added in v2.8.0
func NewFianoLogger(log logger.Logger, logAsLevel logger.Level) *FianoLogger
NewFianoLogger returns a new instance of FianoLogger.
Argument "log" is the actual logger used to log, and all non-fatal the logs are logged with the specified logging level "logAsLevel".
func (FianoLogger) Errorf ¶ added in v2.8.0
func (l FianoLogger) Errorf(format string, args ...interface{})
func (FianoLogger) Fatalf ¶ added in v2.8.0
func (l FianoLogger) Fatalf(format string, args ...interface{})
func (FianoLogger) Warnf ¶ added in v2.8.0
func (l FianoLogger) Warnf(format string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.