mohws-0.2.1.3: Modular Haskell Web Server

Safe HaskellNone

Network.MoHWS.Logger

Documentation

data Handle a Source

startSource

Arguments

:: (a -> IO String)

Message formatting function

-> FilePath

log file path

-> IO (Handle a) 

stop :: Handle a -> IO ()Source

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