Packages

c

bloop.logging

BspClientLogger

final class BspClientLogger[L <: Logger] extends Logger with ScribeAdapter

Creates a logger that extends scribe's LoggerSupport for BSP's LanguageClient.

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

Instance Constructors

  1. new BspClientLogger(underlying: L)

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
    BspClientLogger → Logger
  5. def asDiscrete: Logger
    Definition Classes
    BspClientLogger → Logger
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asVerbose: Logger
    Definition Classes
    BspClientLogger → Logger
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def debug(msg: String)(implicit ctx: DebugFilter): Unit
    Definition Classes
    BspClientLogger → Logger
  10. macro def debug[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  11. macro def debug[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  12. def debug(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  13. def debug(msg: String): Unit
    Definition Classes
    BaseSbtLogger → Logger
  14. val debugFilter: DebugFilter
    Definition Classes
    BspClientLogger → Logger
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def error(msg: String): Unit
    Definition Classes
    BspClientLogger → Logger
  18. macro def error[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  19. macro def error[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  20. def error(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def info(msg: String): Unit
    Definition Classes
    BspClientLogger → Logger
  25. macro def info[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  26. macro def info[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  27. def info(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isVerbose: Boolean
    Definition Classes
    BspClientLogger → Logger
  30. def log[M](record: LogRecord[M]): Unit
    Definition Classes
    ScribeAdapter → LoggerSupport
  31. macro def log[M](level: Level, message: ⇒ M, throwable: Option[Throwable])(implicit loggable: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  32. val name: String
    Definition Classes
    BspClientLogger → Logger
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def printDebug(msg: String): Unit
    Definition Classes
    BspClientLogger → BaseSbtLogger
  37. def report(msg: String, t: Throwable): Unit
    Definition Classes
    Logger
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def trace(t: Throwable): Unit
    Definition Classes
    BspClientLogger → Logger
  41. macro def trace[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  42. macro def trace[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  43. def trace(exception: Supplier[Throwable]): Unit
    Definition Classes
    Logger → Logger
  44. val underlying: L
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  48. def warn(msg: String): Unit
    Definition Classes
    BspClientLogger → Logger
  49. macro def warn[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  50. macro def warn[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  51. def warn(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger

Inherited from ScribeAdapter

Inherited from LoggerSupport

Inherited from Logger

Inherited from BaseSbtLogger

Inherited from sbt.testing.Logger

Inherited from xsbti.Logger

Inherited from AnyRef

Inherited from Any

Ungrouped