# Functions
Debug uses ctx to extract information about the transaction in order to log it.
Error uses ctx to extract information about the transaction in order to log it.
Fatal uses ctx to extract information about the transaction in order to log it.
Info uses ctx to extract information about the transaction in order to log it.
No description provided by the author
Panic gets the transaction from context.
SetFormatter changes the formatter for the logs.
SetLogLevel changes the level of the logging util.
SetLogTrace changes the showTrace option.
SetOutput changes the output of the logger.
Trace uses ctx to extract information about the transaction in order to log it.
Warning uses ctx to extract information about the transaction in order to log it.
# Variables
ErrInvalidFormatter error for invalid format.
LogLevels the available log levels.
Settings holds the settings for the logger.
# Structs
No description provided by the author