Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hledger.Flow.Logging
Documentation
dummyLogger :: TChan LogMessage -> Text -> IO () Source #
channelOut :: TChan LogMessage -> Text -> IO () Source #
channelOutLn :: TChan LogMessage -> Text -> IO () Source #
channelErr :: TChan LogMessage -> Text -> IO () Source #
channelErrLn :: TChan LogMessage -> Text -> IO () Source #
logToChannel :: TChan LogMessage -> Text -> IO () Source #
consoleChannelLoop :: TChan LogMessage -> IO () Source #
terminateChannelLoop :: TChan LogMessage -> IO () Source #
logVerbose :: HasVerbosity o => o -> TChan LogMessage -> Text -> IO () Source #