Class/Object

com.tersesystems.blindsight

Markers

Related Docs: object Markers | package blindsight

Permalink

final class Markers extends AnyRef

This class represents the markers that are associated with the logging statement.

Normally this is used in a ToArgument type class instance, and you should not have to use it in a logging statement directly.

Markers represents all added org.slf4j.Marker instances together in an immutable Set, and only at the end wrapped into a marker with markers.marker. This generated marker uses the internal hashcode and contains all the markers in the set as direct children.

val markers: Markers = Markers(marker)

Markers does not directly use the SLF4J marker API, as directly mutating markers together as "child references" so that only one marker is available is generally unsafe.

Source
Markers.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Markers
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Markers(internal: Set[Marker])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +[T](elem: T)(implicit arg0: ToMarkers[T]): Markers

    Permalink
  4. def -[T](elem: T)(implicit arg0: ToMarkers[T]): Markers

    Permalink
  5. def ->[B](y: B): (Markers, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Markers to ArrowAssoc[Markers] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. def contains(elem: Marker): Boolean

    Permalink
  10. def ensuring(cond: (Markers) ⇒ Boolean, msg: ⇒ Any): Markers

    Permalink
    Implicit information
    This member is added by an implicit conversion from Markers to Ensuring[Markers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Markers) ⇒ Boolean): Markers

    Permalink
    Implicit information
    This member is added by an implicit conversion from Markers to Ensuring[Markers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): Markers

    Permalink
    Implicit information
    This member is added by an implicit conversion from Markers to Ensuring[Markers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Markers

    Permalink
    Implicit information
    This member is added by an implicit conversion from Markers to Ensuring[Markers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Markers to StringFormat[Markers] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def isEmpty: Boolean

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def iterator: Iterator[Marker]

    Permalink
  22. lazy val marker: Marker

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def nonEmpty: Boolean

    Permalink
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def size: Int

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toStatement: Statement

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (Markers, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Markers to ArrowAssoc[Markers] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Markers to any2stringadd[Markers] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (markers: any2stringadd[Markers]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Markers to any2stringadd[Markers]

Inherited by implicit conversion StringFormat from Markers to StringFormat[Markers]

Inherited by implicit conversion Ensuring from Markers to Ensuring[Markers]

Inherited by implicit conversion ArrowAssoc from Markers to ArrowAssoc[Markers]

Ungrouped