# Functions
NewField creates a new generic Field.
NewBoolField creates a new Field with a boolean value.
NewErrorField creates a new Field with an error value.
No description provided by the author
GetLevel converts a level string into a logger Level value.
NewIntField creates a new Field with an integer value.
NewLogger creates a new instance of Logger.
NewDefaultLogger creates a new DefaultLogger.
NewMockLogger creates a new mock instance.
No description provided by the author
NewStringField creates a new Field with a string value.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
DebugLevel level.
ErrorLevel level.
FatalLevel level.
InfoLevel is the default logging priority.
TraceLevel level.
WarnLevel level.
# Variables
Logger defines the interface for logging at various levels.
# Structs
Field represents a key-value pair for structured logging.
MockLogger is a mock of Logger interface.
MockLoggerMockRecorder is the mock recorder for MockLogger.
# Type aliases
No description provided by the author