wai-middleware-rollbar-0.4.0: Middleware that communicates to Rollbar.

Copyright(c) Hardy Jones 2017
LicenseBSD3
Maintainerjones3.hardy@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Rollbar.Item.Level

Description

 

Synopsis

Documentation

data Level Source #

Corresponds to the levels Rollbar allows in order of severity.

Constructors

Debug 
Info 
Warning 
Error 
Critical 

Instances

Bounded Level Source # 
Enum Level Source # 
Eq Level Source # 

Methods

(==) :: Level -> Level -> Bool #

(/=) :: Level -> Level -> Bool #

Ord Level Source # 

Methods

compare :: Level -> Level -> Ordering #

(<) :: Level -> Level -> Bool #

(<=) :: Level -> Level -> Bool #

(>) :: Level -> Level -> Bool #

(>=) :: Level -> Level -> Bool #

max :: Level -> Level -> Level #

min :: Level -> Level -> Level #

Show Level Source # 

Methods

showsPrec :: Int -> Level -> ShowS #

show :: Level -> String #

showList :: [Level] -> ShowS #

Generic Level Source # 

Associated Types

type Rep Level :: * -> * #

Methods

from :: Level -> Rep Level x #

to :: Rep Level x -> Level #

ToJSON Level Source # 
FromJSON Level Source # 
type Rep Level Source # 
type Rep Level = D1 (MetaData "Level" "Rollbar.Item.Level" "wai-middleware-rollbar-0.4.0-KzJIUalteMh3Y0QheZBmq1" False) ((:+:) ((:+:) (C1 (MetaCons "Debug" PrefixI False) U1) (C1 (MetaCons "Info" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Warning" PrefixI False) U1) ((:+:) (C1 (MetaCons "Error" PrefixI False) U1) (C1 (MetaCons "Critical" PrefixI False) U1))))