Safe Haskell | None |
---|---|
Language | Haskell98 |
Dummy «transports» for debugging purposes.
Synopsis
- dumpRecord :: SentrySettings -> SentryRecord -> IO ()
- briefRecord :: SentrySettings -> SentryRecord -> IO ()
- catchRecord :: MVar SentryRecord -> SentrySettings -> SentryRecord -> IO ()
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!