package
0.18.7
Repository: https://github.com/k0sproject/rig.git
Documentation: pkg.go.dev

# Functions

Debugf logs a debug level log message.
Errorf logs an error level log message.
Infof logs an info level log message.
Tracef logs a trace level log message.
Warnf logs a warn level log message.

# Variables

Log can be assigned a proper logger, such as logrus configured to your liking.

# Structs

StdLog is a simplistic logger for rig.

# Interfaces

Logger interface should be implemented by the logging library you wish to use.