wai-logger-0.0.0: A logging system for WAI

Network.Wai.Logger.IO

Synopsis

Documentation

data LogStr Source

A date type to contain String and ByteString.

Constructors

LS !String 
LB !ByteString 

hPutLogStr :: Handle -> [LogStr] -> IO ()Source

The hPut function directory to copy a lift of LogStr to the buffer.