mohws-0.2.0.1: Modular Haskell Web ServerSource codeContentsIndex
Network.MoHWS.Logger.Error
Documentation
data Handle Source
show/hide Instances
start :: FilePath -> T -> IO HandleSource
stop :: Handle -> IO ()Source
log :: Handle -> T -> String -> IO ()Source
class HasHandle h whereSource
Methods
getHandle :: h -> HandleSource
show/hide Instances
debug :: (HasHandle h, MonadIO io) => h -> String -> io ()Source
abort :: HasHandle h => h -> String -> MaybeT IO aSource
debugOnAbort :: HasHandle h => h -> String -> MaybeT IO a -> MaybeT IO aSource
logError :: HasHandle h => h -> String -> IO ()Source
logInfo :: HasHandle h => h -> String -> IO ()Source
logDebug :: HasHandle h => h -> String -> IO ()Source
Produced by Haddock version 2.4.2