Packages

final class ObservedLogger[+UseSiteLogger <: Logger] extends Logger

Defines a logger that forwards any event to the underlying logger and that can be subscribed to by different clients. To subscribe to a client, you can use the subscribe method that returns an Observable[LoggerAction].

Linear Supertypes
Logger, BaseSbtLogger, sbt.testing.Logger, xsbti.Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObservedLogger
  2. Logger
  3. BaseSbtLogger
  4. Logger
  5. Logger
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ansiCodesSupported(): Boolean
    Definition Classes
    ObservedLogger → Logger
  5. def asDiscrete: Logger
    Definition Classes
    ObservedLogger → Logger
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asVerbose: Logger
    Definition Classes
    ObservedLogger → Logger
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def debug(msg: String)(implicit ctx: DebugFilter): Unit
    Definition Classes
    ObservedLogger → Logger
  10. def debug(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  11. def debug(msg: String): Unit
    Definition Classes
    BaseSbtLogger → Logger
  12. def debugFilter: DebugFilter
    Definition Classes
    ObservedLogger → Logger
  13. def displayWarningToUser(msg: String): Unit
    Definition Classes
    Logger
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def error(msg: String): Unit
    Definition Classes
    ObservedLogger → Logger
  17. def error(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def handleCompilationEvent(): Unit
    Definition Classes
    Logger
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def info(msg: String): Unit
    Definition Classes
    ObservedLogger → Logger
  22. def info(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isVerbose: Boolean
    Definition Classes
    ObservedLogger → Logger
  25. val name: String
    Definition Classes
    ObservedLogger → Logger
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. val observer: Observer[Either[ReporterAction, LoggerAction]]
  30. def replay(action: LoggerAction): Unit

    Replay an action produced during a bloop execution by another logger.

  31. def report(msg: String, t: Throwable): Unit
    Definition Classes
    Logger
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def trace(t: Throwable): Unit
    Definition Classes
    ObservedLogger → Logger
  35. def trace(exception: Supplier[Throwable]): Unit
    Definition Classes
    Logger → Logger
  36. val underlying: UseSiteLogger
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. def warn(msg: String): Unit
    Definition Classes
    ObservedLogger → Logger
  41. def warn(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  42. def withOriginId(originId: Option[String]): Logger
    Definition Classes
    ObservedLogger → Logger

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Logger

Inherited from BaseSbtLogger

Inherited from sbt.testing.Logger

Inherited from xsbti.Logger

Inherited from AnyRef

Inherited from Any

Ungrouped