Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.BM.Backend.EKGView
Contents
Synopsis
- data EKGView a
- plugin :: (IsEffectuator s a, ToJSON a, FromJSON a) => Configuration -> Trace IO a -> s a -> IO (Plugin a)
Documentation
Instances
IsEffectuator EKGView a Source # | |
Defined in Cardano.BM.Backend.EKGView Methods effectuate :: EKGView a -> LogObject a -> IO () Source # effectuatefrom :: IsEffectuator s a => EKGView a -> LogObject a -> s a -> IO () Source # handleOverflow :: EKGView a -> IO () Source # | |
(ToJSON a, FromJSON a) => IsBackend EKGView a Source # | |
Defined in Cardano.BM.Backend.EKGView Associated Types type BackendFailure EKGView Source # Methods bekind :: EKGView a -> BackendKind Source # realize :: Configuration -> IO (EKGView a) Source # realizefrom :: IsEffectuator s a => Configuration -> Trace IO a -> s a -> IO (EKGView a) Source # | |
type BackendFailure EKGView Source # | |
Defined in Cardano.BM.Backend.EKGView |