case object SecurityMarkerContext extends DefaultMarkerContext with Product with Serializable
- Source
- Logger.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SecurityMarkerContext
- Serializable
- Product
- Equals
- DefaultMarkerContext
- MarkerContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def marker: Option[Marker]
- returns
an SLF4J marker, if one has been defined.
- Definition Classes
- → MarkerContext
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product