Packages

final class BspServerLogger extends Logger with LoggerSupport

Creates a logger that will forward all the messages to the underlying bsp client. It does so via the replication of the build/logMessage LSP functionality.

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

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
    BspServerLogger → Logger
  5. def asDiscrete: Logger
    Definition Classes
    BspServerLogger → Logger
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asVerbose: Logger
    Definition Classes
    BspServerLogger → Logger
  8. implicit val client: JsonRpcClient
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def debug(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  11. macro def debug[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  12. macro def debug[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  13. def debug(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  14. def diagnostic(problem: Problem): Unit
  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
    BspServerLogger → 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
    BspServerLogger → 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
    BspServerLogger → Logger
  30. def log[M](record: LogRecord[M]): Unit
    Definition Classes
    BspServerLogger → 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
    BspServerLogger → 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 publishBspReport(uri: Uri, problems: Seq[Problem]): Unit
  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
    BspServerLogger → 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. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  47. def warn(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  48. macro def warn[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  49. macro def warn[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  50. def warn(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger

Inherited from LoggerSupport

Inherited from Logger

Inherited from sbt.testing.Logger

Inherited from xsbti.Logger

Inherited from AnyRef

Inherited from Any

Ungrouped