mohws-0.2.1.5: Modular Haskell Web Server

Safe HaskellNone
LanguageHaskell98

Network.MoHWS.Logger.Error

Documentation

stop :: Handle -> IO () Source #

log :: Handle -> T -> String -> IO () Source #

class HasHandle h where Source #

Minimal complete definition

getHandle

Methods

getHandle :: h -> Handle Source #

Instances

debug :: (HasHandle h, MonadIO io) => h -> String -> io () Source #

abort :: HasHandle h => h -> String -> MaybeT IO a Source #

logError :: HasHandle h => h -> String -> IO () Source #

logInfo :: HasHandle h => h -> String -> IO () Source #

logDebug :: HasHandle h => h -> String -> IO () Source #