fast-logger-2.0.1: A fast logging system

Safe HaskellNone

System.Log.FastLogger.IO

Synopsis

Documentation

type BufSize = IntSource

The type for buffer size of each core.

defaultBufSize :: BufSizeSource

The default buffer size (4,096 bytes).

toBufIOWith :: Buffer -> BufSize -> (Buffer -> Int -> IO ()) -> Builder -> IO ()Source