Packages

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. case class EnclosingClass(value: Class[_]) extends Product with Serializable
  4. class FileLogger extends Logger
  5. trait JsonFormatters extends api.JsonFormatters
  6. class LinePrefixOutputStream extends FilterOutputStream

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

  7. 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.

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

    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.

  14. class Router extends Macros
  15. 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 Compat
  2. object DummyLogger extends Logger
  3. object EitherOps
  4. object EnclosingClass extends Serializable
  5. object JsonFormatters extends JsonFormatters
  6. object MultiBiMap
  7. object ParseArgs
  8. object PrintState
  9. 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