Overflow

scribe.handler.Overflow
See theOverflow companion trait
object Overflow

Overflow instructions for AsynchronousLogHandler

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Overflow.type

Members list

Type members

Classlikes

case object Block extends Overflow

Blocks until the buffer falls below max

Blocks until the buffer falls below max

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Overflow
class Object
trait Matchable
class Any
Show all
Self type
Block.type
case object DropNew extends Overflow

Drops the new messages

Drops the new messages

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Overflow
class Object
trait Matchable
class Any
Show all
Self type
DropNew.type
case object DropOld extends Overflow

Drops oldest over max buffer

Drops oldest over max buffer

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Overflow
class Object
trait Matchable
class Any
Show all
Self type
DropOld.type
case object Error extends Overflow

Throws an exception if the buffer overflows

Throws an exception if the buffer overflows

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Overflow
class Object
trait Matchable
class Any
Show all
Self type
Error.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror