Overflow

object Overflow

Overflow instructions for AsynchronousLogHandler

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Block extends Overflow

Blocks until the buffer falls below max

Blocks until the buffer falls below max

case object DropNew extends Overflow

Drops the new messages

Drops the new messages

case object DropOld extends Overflow

Drops oldest over max buffer

Drops oldest over max buffer

case object Error extends Overflow

Throws an exception if the buffer overflows

Throws an exception if the buffer overflows

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror