Packages

class Logger extends LogReplay

Source
Replayer.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logger
  2. LogReplay
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Logger(wr0: Writer)

Value Members

  1. def close(): Unit
    Definition Classes
    LoggerLogReplay
  2. def flush(): Unit
    Definition Classes
    LoggerLogReplay
  3. def logreplay[T](event: String, x: => Option[T])(implicit arg0: Pickler[T]): Option[T]
    Definition Classes
    LoggerLogReplay
  4. def logreplay(event: String, x: => Boolean): Boolean
    Definition Classes
    LoggerLogReplay
  5. val wr: PrettyWriter