class PrintLogger extends ColorLogger

Source
PrintLogger.scala
Linear Supertypes
ColorLogger, Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrintLogger
  2. ColorLogger
  3. Logger
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PrintLogger(colored: Boolean, enableTicker: Boolean, infoColor: Attrs, errorColor: Attrs, systemStreams: SystemStreams, debugEnabled: Boolean, context: String, printLoggerState: State)

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
    PrintLoggerLogger
  8. val context: String
  9. def debug(s: String): Unit
    Definition Classes
    PrintLoggerLogger
  10. val debugEnabled: Boolean

    Definition Classes
    PrintLoggerLogger
    Since

    Mill 0.10.5

  11. val enableTicker: Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def error(s: String): Unit
    Definition Classes
    PrintLoggerLogger
  15. val errorColor: Attrs
    Definition Classes
    PrintLoggerColorLogger
  16. def errorStream: PrintStream
    Definition Classes
    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. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def inStream: InputStream
    Definition Classes
    Logger
  21. def info(s: String): Unit
    Definition Classes
    PrintLoggerLogger
  22. val infoColor: Attrs
    Definition Classes
    PrintLoggerColorLogger
  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. def outputStream: PrintStream
    Definition Classes
    Logger
  28. def rawOutputStream: PrintStream

    rawOutputStream is intended to be a version of outputStream without decoration: colors, prefixes, timestamps, etc.

    rawOutputStream is intended to be a version of outputStream without decoration: colors, prefixes, timestamps, etc. It is intended for the use of tasks like show which output data in a way that is easily readable by downstream programs.

    Definition Classes
    PrintLoggerLogger
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. val systemStreams: SystemStreams
    Definition Classes
    PrintLoggerLogger
  31. def ticker(s: String): Unit
    Definition Classes
    PrintLoggerLogger
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  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()
  36. def withOutStream(outStream: PrintStream): PrintLogger
    Definition Classes
    PrintLoggerColorLogger

Inherited from ColorLogger

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped