-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Run FastLogger in a thread and direct all queued messages to it.
--   
--   Please see README.md
@package logger-thread
@version 0.1.0.2

module Text.LoggerThread
withLoggerThread :: (Logger -> IO ()) -> IO ()
type Logger = Text -> IO ()
