trace-dispatcher-2.5.2: Tracers for Cardano
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Logging.ConfigurationParser

Synopsis

Documentation

readConfiguration :: FilePath -> IO TraceConfig Source #

Read a configuration file and returns the internal representation

readConfigurationWithDefault :: FilePath -> TraceConfig -> IO TraceConfig Source #

Read a configuration file and returns the internal representation Uses values which are not in the file fram the defaultConfig

configToRepresentation :: TraceConfig -> ConfigRepresentation Source #

Convert from internal to external representation

Orphan instances