package
1.5.3
Repository: https://github.com/meross-tech/vmware-go-kcl.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package zerolog implements the KCL logger using RS Zerolog logger.

# Functions

GetDefaultLogger creates a default logger.
NewLogrusLogger adapts existing logrus logger to Logger interface.
NewLogrusLoggerWithConfig creates and configs Logger instance backed by logrus logger.

# Constants

Debug has verbose message.
Error is for logging errors.
Fatal is for logging fatal messages.
Info is default log level.
Warn is for logging messages about possible issues.

# Structs

Configuration stores the config for the logger For some loggers there can only be one level across writers, for such the level of Console is picked by default.
No description provided by the author
No description provided by the author

# Interfaces

Logger is the common interface for logging.

# Type aliases

Fields Type to pass when we want to call WithFields for structured logging.