# Functions
FromContext returns a pointer to the LoggingContext.
NewContext creates a new context.Context with a LoggingContext.
WithErr returns a context with logging.Err set as the error provided.
WithExtras returns a context with logging.Extras set as the values provided.
No description provided by the author
WithNoUser returns a context with logging.SkipUser set to true so user won't be logged.
WithStartTime returns a context with logging.StartTime marked as the current time.
# Structs
LoggingContext contains the context information for logging the current request.