final class BspClientLogger[L <: Logger] extends Logger with ScribeAdapter
Creates a logger that extends scribe's LoggerSupport
for BSP's LanguageClient
.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BspClientLogger
- ScribeAdapter
- LoggerSupport
- Logger
- BaseSbtLogger
- Logger
- Logger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BspClientLogger(underlying: L)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
ansiCodesSupported(): Boolean
- Definition Classes
- BspClientLogger → Logger
-
def
asDiscrete: Logger
- Definition Classes
- BspClientLogger → Logger
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asVerbose: Logger
- Definition Classes
- BspClientLogger → Logger
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
debug(msg: String)(implicit ctx: DebugFilter): Unit
- Definition Classes
- BspClientLogger → Logger
-
macro
def
debug[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
- Definition Classes
- LoggerSupport
-
macro
def
debug[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
- Definition Classes
- LoggerSupport
-
def
debug(msg: Supplier[String]): Unit
- Definition Classes
- Logger → Logger
-
def
debug(msg: String): Unit
- Definition Classes
- BaseSbtLogger → Logger
-
val
debugFilter: DebugFilter
- Definition Classes
- BspClientLogger → Logger
-
def
displayWarningToUser(msg: String): Unit
- Definition Classes
- Logger
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(msg: String): Unit
- Definition Classes
- BspClientLogger → Logger
-
macro
def
error[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
- Definition Classes
- LoggerSupport
-
macro
def
error[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
- Definition Classes
- LoggerSupport
-
def
error(msg: Supplier[String]): Unit
- Definition Classes
- Logger → Logger
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
handleCompilationEvent(event: CompilationEvent): Unit
- Definition Classes
- Logger
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
info(msg: String): Unit
- Definition Classes
- BspClientLogger → Logger
-
macro
def
info[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
- Definition Classes
- LoggerSupport
-
macro
def
info[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
- Definition Classes
- LoggerSupport
-
def
info(msg: Supplier[String]): Unit
- Definition Classes
- Logger → Logger
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isVerbose: Boolean
- Definition Classes
- BspClientLogger → Logger
-
def
log[M](record: LogRecord[M]): Unit
- Definition Classes
- ScribeAdapter → LoggerSupport
-
macro
def
log[M](level: Level, message: ⇒ M, throwable: Option[Throwable])(implicit loggable: Loggable[M]): Unit
- Definition Classes
- LoggerSupport
-
val
name: String
- Definition Classes
- BspClientLogger → Logger
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
printDebug(msg: String): Unit
- Definition Classes
- BspClientLogger → BaseSbtLogger
-
def
report(msg: String, t: Throwable): Unit
- Definition Classes
- Logger
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trace(t: Throwable): Unit
- Definition Classes
- BspClientLogger → Logger
-
macro
def
trace[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
- Definition Classes
- LoggerSupport
-
macro
def
trace[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
- Definition Classes
- LoggerSupport
-
def
trace(exception: Supplier[Throwable]): Unit
- Definition Classes
- Logger → Logger
- val underlying: L
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
warn(msg: String): Unit
- Definition Classes
- BspClientLogger → Logger
-
macro
def
warn[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
- Definition Classes
- LoggerSupport
-
macro
def
warn[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
- Definition Classes
- LoggerSupport
-
def
warn(msg: Supplier[String]): Unit
- Definition Classes
- Logger → Logger