Categorygithub.com/mraraneda/logger
modulepackage
1.0.5
Repository: https://github.com/mraraneda/logger.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewLogger returns an instance of logger provided.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Debug has verbose message.
Error is for logging errors.
Fatal is for logging fatal messages.
Info is default log level.
InstanceLogrusLogger will be used to create Logrus instance for the logger.
InstanceZapLogger will be used to create Zap instance for the logger.
No description provided by the author
No description provided by the author
Warn is for logging messages about possible issues.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Logger is the list of all available method for logger.

# Type aliases

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.
Fields type to pass when we want to call WithFields for structured logging.