logger-thread-0.1.0.0: Run FastLogger in a thread and direct all queued messages to it.

Safe HaskellNone
LanguageHaskell2010

LoggerThread

Documentation

withLoggerThread :: (Logger -> IO ()) -> IO () Source #

type Logger = Text -> IO () Source #