| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.Tracing.Config
Documentation
data TraceOptions Source #
Constructors
| TracingOff | |
| TracingOn TraceSelection |
Instances
| Eq TraceOptions Source # | |
Defined in Cardano.Tracing.Config | |
| Show TraceOptions Source # | |
Defined in Cardano.Tracing.Config Methods showsPrec :: Int -> TraceOptions -> ShowS # show :: TraceOptions -> String # showList :: [TraceOptions] -> ShowS # | |
data TraceSelection Source #
Constructors
| TraceSelection | |
Fields
| |
Instances
| Eq TraceSelection Source # | |
Defined in Cardano.Tracing.Config Methods (==) :: TraceSelection -> TraceSelection -> Bool # (/=) :: TraceSelection -> TraceSelection -> Bool # | |
| Show TraceSelection Source # | |
Defined in Cardano.Tracing.Config Methods showsPrec :: Int -> TraceSelection -> ShowS # show :: TraceSelection -> String # showList :: [TraceSelection] -> ShowS # | |