Packages

abstract class Logger extends xsbti.Logger with sbt.testing.Logger

Linear Supertypes
sbt.testing.Logger, xsbti.Logger, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logger
  2. Logger
  3. Logger
  4. AnyRef
  5. 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(arg0: String): Unit
    Definition Classes
    Logger
  5. abstract def error(arg0: String): Unit
    Definition Classes
    Logger
  6. abstract def info(arg0: String): Unit
    Definition Classes
    Logger
  7. abstract def isVerbose: Boolean

    Return true if logger is verbose, false otherwise.

  8. abstract def name: String

    The name of the logger

  9. abstract def trace(arg0: Throwable): Unit
    Definition Classes
    Logger
  10. abstract def warn(arg0: String): Unit
    Definition Classes
    Logger

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

Inherited from sbt.testing.Logger

Inherited from xsbti.Logger

Inherited from AnyRef

Inherited from Any

Ungrouped