lobemo-backend-ekg-0.1.0.1: provides a backend implementation to EKG
Safe HaskellNone
LanguageHaskell2010

Cardano.BM.Backend.EKGView

Contents

Synopsis

Documentation

data EKGView a Source #

Instances

Instances details
IsEffectuator EKGView a Source # 
Instance details

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 # 
Instance details

Defined in Cardano.BM.Backend.EKGView

Associated Types

type BackendFailure EKGView Source #

type BackendFailure EKGView Source # 
Instance details

Defined in Cardano.BM.Backend.EKGView

Plugin

plugin :: (IsEffectuator s a, ToJSON a, FromJSON a) => Configuration -> Trace IO a -> s a -> IO (Plugin a) Source #