c

mill.util

PrintLogger

case class PrintLogger(colored: Boolean, disableTicker: Boolean, infoColor: Attrs, errorColor: Attrs, outStream: PrintStream, infoStream: PrintStream, errStream: PrintStream, inStream: InputStream, debugEnabled: Boolean, context: String) extends ColorLogger with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ColorLogger, Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrintLogger
  2. Serializable
  3. Product
  4. Equals
  5. ColorLogger
  6. Logger
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PrintLogger(colored: Boolean, disableTicker: Boolean, infoColor: Attrs, errorColor: Attrs, outStream: PrintStream, infoStream: PrintStream, errStream: PrintStream, inStream: InputStream, debugEnabled: Boolean, context: String)

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(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def close(): Unit
    Definition Classes
    Logger
  7. val colored: Boolean
    Definition Classes
    PrintLogger → Logger
  8. val context: String
  9. def debug(s: String): Unit
    Definition Classes
    PrintLogger → Logger
  10. val debugEnabled: Boolean
    Definition Classes
    PrintLogger → Logger
  11. val disableTicker: Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val errStream: PrintStream
  14. def error(s: String): Unit
    Definition Classes
    PrintLogger → Logger
  15. val errorColor: Attrs
    Definition Classes
    PrintLoggerColorLogger
  16. val errorStream: PrintStream
    Definition Classes
    PrintLogger → Logger
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val inStream: InputStream
    Definition Classes
    PrintLogger → Logger
  20. def info(s: String): Unit
    Definition Classes
    PrintLogger → Logger
  21. val infoColor: Attrs
    Definition Classes
    PrintLoggerColorLogger
  22. val infoStream: PrintStream
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val outStream: PrintStream
  28. val outputStream: PrintStream
    Definition Classes
    PrintLogger → Logger
  29. var printState: PrintState
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def ticker(s: String): Unit
    Definition Classes
    PrintLogger → Logger
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ColorLogger

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped