| Copyright | (c) Hardy Jones 2017 | 
|---|---|
| License | BSD3 | 
| Maintainer | jones3.hardy@gmail.com | 
| Stability | experimental | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Rollbar.Item.Level
Description
Documentation
Corresponds to the levels Rollbar allows in order of severity.
Instances
| Bounded Level Source # | |
| Enum Level Source # | |
| Defined in Rollbar.Item.Level | |
| Eq Level Source # | |
| Ord Level Source # | |
| Show Level Source # | |
| Generic Level Source # | |
| ToJSON Level Source # | |
| Defined in Rollbar.Item.Level | |
| FromJSON Level Source # | |
| type Rep Level Source # | |
| Defined in Rollbar.Item.Level type Rep Level = D1 (MetaData "Level" "Rollbar.Item.Level" "rollbar-hs-0.3.1.0-AHXin9WUqD3IOtR3mTqHpy" 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 :: * -> *)))) | |