| Safe Haskell | None |
|---|
Rollbar
Description
Main entry point to the application.
- reportErrorS :: (MonadIO m, MonadBaseControl IO m) => Text -> HostName -> Text -> Text -> m ()
- reportLoggerErrorS :: (MonadIO m, MonadBaseControl IO m) => Text -> HostName -> Text -> (Text -> Text -> m ()) -> Text -> m ()
Documentation
Arguments
| :: (MonadIO m, MonadBaseControl IO m) | |
| => Text | environment (development, production, etc) |
| -> HostName | |
| -> Text | log section |
| -> Text | log message |
| -> m () |
report errors to rollbar.com and log them to stdout