Skip to content

Commit

Permalink
Updated Haddock to be more descriptive about RequestLoggerSettings.
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMcWherter committed Apr 12, 2015
1 parent 9a69864 commit a23c3b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wai-extra/Network/Wai/Middleware/RequestLogger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ data Destination = Handle Handle

type Callback = LogStr -> IO ()

-- | @RequestLoggerSettings@ is an instance of Default. See <https://hackage.haskell.org/package/data-default Data.Default> for more information.
--
-- @outputFormat@, @autoFlush@, and @destination@ are relevant fields for @RequestLoggerSettings@.
data RequestLoggerSettings = RequestLoggerSettings
{
-- | Default value: @Detailed@ @True@.
Expand Down

0 comments on commit a23c3b7

Please sign in to comment.