# Functions
LogContextFrom retrieves the [LogContext] stored in this [context.Context], or otherwise returns nil.
WithLogContext stores a [LogContext] in the provided [context.Context], returning a new context.
# Constants
LogSourceRestate logs come from the sdk-go library.
LogSourceUser logs come from user handlers that use the Context.Log() logger.
# Structs
LogContext contains information stored in the context that is passed to loggers.
# Type aliases
LogSource is an enum to describe the source of a logline.