package
2.38.1+incompatible
Repository: https://github.com/confluentinc/cli.git
Documentation: pkg.go.dev
# Constants
DEBUG is for programmer low-level analysis.
ERROR is for information about unrecoverable events.
INFO is for information about steady state operations.
TRACE is intended to be used for the tracing of actions in code, such as function enters/exits, etc.
WARN is for information about rare but handled events.
# Variables
CliLogger is a global logger instance.
# Structs
LeveledLogger is a convenience struct for interfacing with the retryable HTTP client used with the v2 Confluent Cloud SDK.
Logger is the standard logger for the Confluent CLI and is a wrapper around go-hclog.
# Type aliases
No description provided by the author