abstract class Logger extends xsbti.Logger

This is intended to be the simplest logging interface for use by code that wants to log. It does not include configuring the logger.

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

Instance Constructors

  1. new Logger()

Abstract Value Members

  1. abstract def log(level: Level.Value, message: ⇒ String): Unit
  2. abstract def success(message: ⇒ String): Unit
  3. abstract def trace(t: ⇒ Throwable): Unit

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def debug(msg: Supplier[String]): Unit
    Definition Classes
    LoggerLogger
  7. final def debug(message: ⇒ String): Unit
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def err(message: ⇒ String): Unit
  11. def error(msg: Supplier[String]): Unit
    Definition Classes
    LoggerLogger
  12. final def error(message: ⇒ String): Unit
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def info(msg: Supplier[String]): Unit
    Definition Classes
    LoggerLogger
  17. final def info(message: ⇒ String): Unit
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def log(level: Level.Value, msg: Supplier[String]): Unit
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def out(message: ⇒ String): Unit
  24. def success(msg: Supplier[String]): Unit
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def trace(msg: Supplier[Throwable]): Unit
    Definition Classes
    LoggerLogger
  28. def verbose(msg: Supplier[String]): Unit
  29. final def verbose(message: ⇒ String): Unit
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. def warn(msg: Supplier[String]): Unit
    Definition Classes
    LoggerLogger
  34. final def warn(message: ⇒ String): Unit

Deprecated Value Members

  1. def ansiCodesSupported: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) No longer used.

Inherited from xsbti.Logger

Inherited from AnyRef

Inherited from Any

Ungrouped