# Functions
FromContext returns a span logger using the current parent span.
FromContextWithFallback returns a span logger using the current parent span.
New makes a new SpanLogger, where logs will be sent to the global logger.
NewWithLogger makes a new SpanLogger with a custom log.Logger to send logs to.
# Structs
SpanLogger unifies tracing and logging, to reduce repetition.