Packages

c

org.pantsbuild.zinc.compiler

BareBonesLogger

case class BareBonesLogger(thisLevel: sbt.util.Level.Value) extends BasicLogger with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, BasicLogger, AbstractLogger, Logger, Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BareBonesLogger
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BasicLogger
  7. AbstractLogger
  8. Logger
  9. Logger
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BareBonesLogger(thisLevel: sbt.util.Level.Value)

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 atLevel(level: sbt.util.Level.Value): Boolean
    Definition Classes
    AbstractLogger
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def control(event: sbt.util.ControlEvent.Value, message: ⇒ String): Unit
    Definition Classes
    BareBonesLogger → AbstractLogger
  8. def debug(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  9. final def debug(message: ⇒ String): Unit
    Definition Classes
    Logger
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def err(message: ⇒ String): Unit
    Definition Classes
    Logger
  12. def error(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  13. final def error(message: ⇒ String): Unit
    Definition Classes
    Logger
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getLevel: sbt.util.Level.Value
    Definition Classes
    BasicLogger → AbstractLogger
  17. def getTrace: Int
    Definition Classes
    BasicLogger → AbstractLogger
  18. def info(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  19. final def info(message: ⇒ String): Unit
    Definition Classes
    Logger
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def log(level: sbt.util.Level.Value, message: ⇒ String): Unit
    Definition Classes
    BareBonesLogger → Logger
  22. final def log(event: LogEvent): Unit
    Definition Classes
    AbstractLogger
  23. def log(level: sbt.util.Level.Value, msg: Supplier[String]): Unit
    Definition Classes
    Logger
  24. def logAll(events: Seq[LogEvent]): Unit
    Definition Classes
    BareBonesLogger → AbstractLogger
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def out(message: ⇒ String): Unit
    Definition Classes
    Logger
  29. val out: PrintStream
  30. def printError(message: ⇒ String): Unit
  31. def setLevel(newLevel: sbt.util.Level.Value): Unit
    Definition Classes
    BasicLogger → AbstractLogger
  32. def setSuccessEnabled(flag: Boolean): Unit
    Definition Classes
    BasicLogger → AbstractLogger
  33. def setTrace(level: Int): Unit
    Definition Classes
    BasicLogger → AbstractLogger
  34. def success(message: ⇒ String): Unit
    Definition Classes
    BareBonesLogger → Logger
  35. def successEnabled: Boolean
    Definition Classes
    BasicLogger → AbstractLogger
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. val thisLevel: sbt.util.Level.Value
  38. def trace(t: ⇒ Throwable): Unit
    Definition Classes
    BareBonesLogger → Logger
  39. def trace(msg: Supplier[Throwable]): Unit
    Definition Classes
    Logger → Logger
  40. final def traceEnabled: Boolean
    Definition Classes
    AbstractLogger
  41. final def verbose(message: ⇒ String): Unit
    Definition Classes
    Logger
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  45. def warn(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  46. final def warn(message: ⇒ String): Unit
    Definition Classes
    Logger

Deprecated Value Members

  1. def ansiCodesSupported: Boolean
    Definition Classes
    Logger
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) No longer used.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BasicLogger

Inherited from AbstractLogger

Inherited from Logger

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped