Packages

abstract class Logger extends xsbti.Logger with BaseSbtLogger

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

Instance Constructors

  1. new Logger()

Abstract Value Members

  1. abstract def ansiCodesSupported(): Boolean
    Definition Classes
    Logger
  2. abstract def asDiscrete: Logger

    Return a logger that doesn't log verbose and debug events.

  3. abstract def asVerbose: Logger

    Return a logger that logs verbose and debug events.

  4. abstract def debug(msg: String)(implicit ctx: DebugFilter): Unit

    Defines a debug function that takes a message and a filter from its use site.

  5. abstract def debugFilter: DebugFilter

    Context for debug logging.

  6. abstract def error(arg0: String): Unit
    Definition Classes
    Logger
  7. abstract def info(arg0: String): Unit
    Definition Classes
    Logger
  8. abstract def isVerbose: Boolean

    Return true if logger is verbose, false otherwise.

  9. abstract def name: String

    The name of the logger

  10. abstract def trace(arg0: Throwable): Unit
    Definition Classes
    Logger
  11. abstract def warn(arg0: String): Unit
    Definition Classes
    Logger
  12. abstract def withOriginId(originId: Option[String]): Logger

    Return a logger that doesn't log verbose and debug events.

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def debug(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  7. def debug(msg: String): Unit
    Definition Classes
    BaseSbtLogger → Logger
  8. def displayWarningToUser(msg: String): Unit

    Display a message as a warning to user using showMessage in BSP-based loggers and warn otherwise.

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def error(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def handleCompilationEvent(event: CompilationEvent): Unit
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def info(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def report(msg: String, t: Throwable): Unit
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def trace(exception: Supplier[Throwable]): Unit
    Definition Classes
    Logger → Logger
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. def warn(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger

Inherited from BaseSbtLogger

Inherited from sbt.testing.Logger

Inherited from xsbti.Logger

Inherited from AnyRef

Inherited from Any

Ungrouped