package
0.20.5
Repository: https://github.com/aws/eks-anywhere.git
Documentation: pkg.go.dev

# Functions

Error logs an error message using the package logger.
Fatal is equivalent to Get().Error() followed by a call to os.Exit(1).
Get returns the logger instance that has been previously set.
GetOutputFilePath returns the path to the file where high verbosity logs are written to.
Info logs a non-error message with the given key/value pairs as context.
Init initializes the package logger.
MarkFail logs a message prefixed with a cross emoji.
MarkPass logs a message prefixed with a green check emoji.
MarkSuccess logs a message prefixed with a popper emoji.
MarkWarning logs a message prefixed with a warning mark.
MaxLogging determines if the package logger is configured to log at MaxLogLevel.
V returns an Logger value for a specific verbosity level, relative to this Logger.

# Constants

MaxLogLevel denotes the maximum log level supported by the logger package.

# Structs

Options represents a set of arguments for initializing the zap logger.