raven-haskell-0.1.3.0: Haskell client for Sentry logging service.

Safe HaskellNone
LanguageHaskell98

System.Log.Raven.Transport.Debug

Description

Dummy «transports» for debugging purposes.

Synopsis

Documentation

dumpRecord :: SentrySettings -> SentryRecord -> IO () Source #

Dump all glory details.

briefRecord :: SentrySettings -> SentryRecord -> IO () Source #

Log-like output with very few data shown.

catchRecord :: MVar SentryRecord -> SentrySettings -> SentryRecord -> IO () Source #

Catch event record into an *empty* MVar. Make sure you take it's contents before next message!