mohws-0.2.1.8: Modular Haskell Web Server
Safe HaskellNone
LanguageHaskell98

Network.MoHWS.Logger

Documentation

data Handle a Source #

start Source #

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 #