ExecutionContextErrorLogger

sealed trait ExecutionContextErrorLogger extends ErrorLogger[Throwable]
trait ErrorLogger[Throwable]
trait Throwable => Unit
class Object
trait Matchable
class Any

Value members

Inherited methods

@unspecialized
def andThen[A](g: Unit => A): Throwable => A
Inherited from:
Function1
def apply(v1: Throwable): Unit
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Throwable): A => Unit
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1