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 |
Tested with: GHC 7.10.3
This module defines the logging Priority
.
Documentation
The logging priority.
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-9UhGvcCbdOeLYFelPUdJpU" '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)))) |