mohws-0.2.1.1: Modular Haskell Web Server

Network.MoHWS.Logger

Documentation

data Handle a Source

startSource

Arguments

:: (a -> IO String)

Message formatting function

-> FilePath

log file path

-> IO (Handle a) 

log :: Handle a -> a -> IO ()Source