# Functions
Fields returns a copy of the context log fields.
Get returns a logger configured with the context log Fields or the default fields.
WithLogFields returns a context with new logger Fields added to the current ones, and a logger.
# Variables
NewLogger function to create new log.Logger, needed for mocking in tests.