RequestId

csw.logging.models.RequestId
case class RequestId(trackingId: String, spanId: String, level: Option[Level]) extends AnyId

The logging id of a specific request

Value parameters

level

a field for controlling per request log levels optional: defaults to no per request control

spanId

a sub-id used when a a service is called multiple times for the same global request optional: defaults to 0

trackingId

the global unique id of the request optional: A new unique id will be created if this is not specified

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AnyId
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product