Packages

object NullLogger extends LogReplay

Source
Replayer.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NullLogger
  2. LogReplay
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

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