# Functions
GetLogger retrieves the current logger from the context.
Init creates logging facilities for the application.
NewBrokerHook creates a LogHook to be added to an instance of logger.
NewPgxLogger returns a new instance of PgxLogger.
WithLogger returns a new context with the provided logger.
# Variables
FallbackLogger is an alias for the standard logger.
# Structs
BrokerHook is the implementation of the logrus hook for publicating logs to subscribers.
CmdOpts specifies the logging command-line options.
Formatter - logrus formatter, implements logrus.Formatter Forked from "github.com/antonfisher/nested-logrus-formatter".
PgxLogger is the struct used to log using pgx postgres driver.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
MessageType represents the format of the message.