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

Safe HaskellNone
LanguageHaskell2010

Text.LoggerThread

Documentation

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

type Logger = Text -> IO () Source #