c

mill.util

PrintLogger

case class PrintLogger(colored: Boolean, disableTicker: Boolean, colors: Colors, 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, colors: Colors, 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 colors: Colors
    Definition Classes
    PrintLoggerColorLogger
  9. val context: String
  10. def debug(s: String): Unit
    Definition Classes
    PrintLogger → Logger
  11. val debugEnabled: Boolean
  12. val disableTicker: Boolean
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val errStream: PrintStream
  15. def error(s: String): Unit
    Definition Classes
    PrintLogger → Logger
  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 infoStream: PrintStream
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val outStream: PrintStream
  27. val outputStream: PrintStream
    Definition Classes
    PrintLogger → Logger
  28. var printState: PrintState
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def ticker(s: String): Unit
    Definition Classes
    PrintLogger → Logger
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. 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