yesod-core-0.9.4: Creation of type-safe, RESTful web applications.

Yesod.Logger

Synopsis

Documentation

makeDefaultLogger :: IO LoggerSource

uses stdout handle

timedSource

Arguments

:: MonadIO m 
=> Logger

Logger

-> Text

Message

-> m a

Action

-> m a

Timed and logged action

Execute a monadic action and log the duration