DefaultTimeoutExceptionLogger

final case class DefaultTimeoutExceptionLogger(logger: String => Unit) extends ErrorLogger[TimeoutException]
trait Serializable
trait Product
trait Equals
trait ErrorLogger[TimeoutException]
trait TimeoutException => Unit
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(timeoutException: TimeoutException): Unit
Definition Classes
Function1

Inherited methods

@unspecialized
def andThen[A](g: Unit => A): TimeoutException => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => TimeoutException): A => Unit
Inherited from
Function1
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1