Builder
class Builder
Builder for constructing a LoggingContext
object with optional configurations.
This class allows you to configure a LoggingContext
by adding a Span
or a collection of Tags
. The configurations are accumulated and applied in the final build()
method, which produces an instance of LoggingContext
.