Packages

object UncaughtExceptionReporter extends Serializable

Source
UncaughtExceptionReporter.scala
Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UncaughtExceptionReporter
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class Extensions extends AnyVal

Value Members

  1. def apply(reporter: (Throwable) => Unit): UncaughtExceptionReporter

    Builds a reporter out of the provided callback.

  2. val default: UncaughtExceptionReporter

    Default instance that logs errors in a platform specific way.

    Default instance that logs errors in a platform specific way.

    For the JVM logging is accomplished using the current Thread.UncaughtExceptionHandler. If an UncaughtExceptionHandler is not currently set, then error is printed on stderr.

    For JS logging is done via console.error.

Deprecated Value Members

  1. val LogExceptionsToStandardErr: UncaughtExceptionReporter

    DEPRECATED - use default instead.

    DEPRECATED - use default instead.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0) Use UncaughtExceptionReporter.default