# Functions
EnabledResponse log the response object if it implements the EnableLogger interface.
Error adds to the response writer the given error if it implements logging.ResponseLogger.
ErrorLoggerFromContext returns an error logger from the context.
WithErrorLogger returns a new context with the given error logger.
# Interfaces
StackTracedError is the set of errors implementing the StackTrace function.
# Type aliases
ErrorLogger is the function type used to log errors.