package
0.0.0-20241231175036-e5a3c7784f22
Repository: https://github.com/firecracker-microvm/firecracker-containerd.git
Documentation: pkg.go.dev

# Functions

New will return a new Helper in the event an error does not occur.
NewInvalidLogLevelError will constract an InvalidLogLevelError.

# Constants

LogLevelDebug will enable debugging for all applciations and SDKs.
LogLevelError will enable error logging for all applciations and SDKs.
LogLevelFirecrackerContainerdDebug enables debug level logging on firecracker-containerd.
LogLevelFirecrackerContainerdError enables error level logging on firecracker-containerd.
LogLevelFirecrackerContainerdInfo enables info level logging on firecracker-containerd.
LogLevelFirecrackerContainerdWarning enables warning level logging on firecracker-containerd.
LogLevelFirecrackerDebug enables debug level logging on Firecracker MicroVMs.
LogLevelFirecrackerError enables error level logging on Firecracker MicroVMs.
LogLevelFirecrackerInfo enables info level logging on Firecracker MicroVMs.
LogLevelFirecrackerOutput will redirect stdout and stderr of Firecracker to logging.
LogLevelFirecrackerSDKDebug enables debug level logging on firecracker-go-sdk.
LogLevelFirecrackerSDKError enables error level logging on firecracker-go-sdk.
LogLevelFirecrackerSDKInfo enables info level logging on firecracker-go-sdk.
LogLevelFirecrackerSDKWarning enables warning level logging on firecracker-go-sdk.
LogLevelFirecrackerWarning enables warning level logging on Firecracker MicroVMs.
LogLevelInfo will enable info logging for all applciations and SDKs.
LogLevelWarning will enable warning logging for all applciations and SDKs.

# Variables

ErrFCContainerdLogLevelAlreadySet will return if a log level has been previously set.
ErrFCLogLevelAlreadySet will return if a log level has been previously set.
ErrFCSDKLogLevelAlreadySet will return if a log level has been previously set.
ErrLogLevelAlreadySet will return if a log level has been previously set.

# Structs

Helper is used to abstract away the complications of multilevel log levels.
InvalidLogLevelError is an error that will be returned in the event that an invalid log level was provided.