ErrorReporting
object ErrorReporting
- Source:
- ErrorReporting.scala
Value members
Concrete methods
Catches System.err
output, for testing purposes.
Catches System.err
output, for testing purposes.
- Source:
- ErrorReporting.scala
Silences System.out and System.err streams for the duration of thunk. Restores the original streams before exiting.
Silences System.out and System.err streams for the duration of thunk. Restores the original streams before exiting.
- Source:
- ErrorReporting.scala
Silences System.err
, only printing the output in case exceptions are
thrown by the executed thunk
.
Silences System.err
, only printing the output in case exceptions are
thrown by the executed thunk
.
- Source:
- ErrorReporting.scala
def silentErrorHandler[F[_], G[_]](implicit F: Monad[F]): Request[F] => PartialFunction[Throwable, F[Response[G]]]
Returns an ErrorHandler that does not log
Returns an ErrorHandler that does not log
- Source:
- ErrorReporting.scala