| Copyright | Copyright (c) 2015-2017 David Sorokin <david.sorokin@gmail.com> |
|---|---|
| License | BSD3 |
| Maintainer | David Sorokin <david.sorokin@gmail.com> |
| Stability | experimental |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Simulation.Aivika.Distributed.Optimistic.Priority
Description
Tested with: GHC 7.10.3
This module defines the logging Priority.
Documentation
The logging priority.
Constructors
| DEBUG | Debug messages |
| INFO | Information |
| NOTICE | Normal runtime conditions |
| WARNING | Warnings |
| ERROR | Errors |
Instances
| Generic Priority Source # | |
| Read Priority Source # | |
| Show Priority Source # | |
| Binary Priority Source # | |
| Eq Priority Source # | |
| Ord Priority Source # | |
| type Rep Priority Source # | |
Defined in Simulation.Aivika.Distributed.Optimistic.Internal.Priority type Rep Priority = D1 ('MetaData "Priority" "Simulation.Aivika.Distributed.Optimistic.Internal.Priority" "aivika-distributed-1.5.1-LD6d5nK4AIqDBvGt7m30NF" 'False) ((C1 ('MetaCons "DEBUG" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "INFO" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "NOTICE" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "WARNING" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ERROR" 'PrefixI 'False) (U1 :: Type -> Type)))) | |