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

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

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

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

  15. class Router extends Macros
  16. case class Watched[T](value: T, watched: Seq[PathRef]) extends Product with Serializable

Value Members

  1. val Ctx: api.Ctx.type
  2. object Compat
  3. object DummyLogger extends Logger
  4. object EitherOps
  5. object EnclosingClass extends Serializable
  6. object JsonFormatters extends JsonFormatters
  7. object MultiBiMap
  8. object ParseArgs
  9. object PrintState
  10. object Watched extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped