thentos-core-0.0.1.1: The swiss army knife of privacy-preserving identity management

Safe HaskellNone
LanguageHaskell2010

System.Log.Missing

Synopsis

Documentation

logger :: MonadIO m => Priority -> String -> m ()

announceAction :: String -> IO a -> IO a

newtype Prio

logM has two drawbacks: (1) It asks for a hierarchical logger (aka component or module) name, but we don't want to bother with that; (2) it lives in IO, not 'MonadIO m => m'. log is defined in Prelude, that's why the slightly different name.

Constructors

Prio 

Fields

fromPrio :: Priority
 

Instances

Eq Prio 
Show Prio 
ToJSON Prio 
FromJSON Prio