p

mill

util

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class CallbackStream extends OutputStream
  2. trait ColorLogger extends Logger
  3. class FileLogger extends Logger
  4. class LinePrefixOutputStream extends FilterOutputStream

    Prefixes the first and each new line with a dynamically provided prefix.

  5. trait MultiBiMap[K, V] extends AnyRef

    A map from keys to collections of values: you can assign multiple values to any particular key.

    A map from keys to collections of values: you can assign multiple values to any particular key. Also allows lookups in both directions: what values are assigned to a key or what key a value is assigned to.

  6. case class MultiLogger(colored: Boolean, logger1: Logger, logger2: Logger, inStream: InputStream) extends Logger with Product with Serializable
  7. class MultiStream extends PrintStream
  8. case class PrefixLogger(out: ColorLogger, context: String, tickerContext: String = "") extends ColorLogger with Product with Serializable
  9. 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
  10. sealed trait PrintState extends AnyRef
  11. class ProxyLogger extends Logger

    A Logger that forwards all logging to another Logger.

    A Logger that forwards all logging to another Logger. Intended to be used as a base class for wrappers that modify logging behavior.

  12. case class Watched[T](value: T, watched: Seq[PathRef]) extends Product with Serializable

Deprecated Type Members

  1. type Ctx = api.Ctx
    Annotations
    @deprecated
    Deprecated

    (Since version mill after 0.9.6) Use mill.api.Ctx instead

Value Members

  1. object DummyLogger extends Logger
  2. object EitherOps
  3. object Jvm
  4. object MultiBiMap
  5. object PrintState
  6. object Watched extends Serializable

Deprecated Value Members

  1. val Ctx: api.Ctx.type
    Annotations
    @deprecated
    Deprecated

    (Since version mill after 0.9.6) Use mill.api.Ctx instead

Inherited from AnyRef

Inherited from Any

Ungrouped