paranoia-0.1.0.0: http proxy server

Safe HaskellNone
LanguageHaskell2010

Logger

Documentation

class Logger a where Source

Methods

log :: a -> LocalTime -> Request -> IO () Source

data FileLogger Source

Constructors

FileLogger 

Fields

path :: FilePath
 
logFormat :: String