katip-rollbar-0.2.0.0: Katip scribe that logs to Rollbar

Safe HaskellNone
LanguageHaskell2010

Katip.Scribes.Rollbar

Synopsis

Documentation

rollbarItem :: (LogItem a, RemoveHeaders headers) => proxy headers -> AccessToken -> Maybe Branch -> Maybe CodeVersion -> Verbosity -> Item a -> Item Value ("Authorization" ': headers) Source #

setupWorkers :: RemoveHeaders headers => proxy headers -> TBMQueue (Item Value ("Authorization" ': headers)) -> MVar () -> Manager -> IO () Source #

Setup the workers and wait until the finalizer is evaluated. Then, close the queueu, wait for the workers and continue finalization.

mkWorker :: RemoveHeaders headers => proxy headers -> Manager -> TBMQueue (Item Value ("Authorization" ': headers)) -> IO () Source #