Safe Haskell | None |
---|---|
Language | Haskell2010 |
Bcc.Tracing.Config
Documentation
data TraceOptions Source #
Constructors
TracingOff | |
TracingOn TraceSelection |
Instances
Eq TraceOptions Source # | |
Defined in Bcc.Tracing.Config Methods (==) ∷ TraceOptions → TraceOptions → Bool Source # (/=) ∷ TraceOptions → TraceOptions → Bool Source # | |
Show TraceOptions Source # | |
Defined in Bcc.Tracing.Config |
data TraceSelection Source #
Constructors
Instances
Eq TraceSelection Source # | |
Defined in Bcc.Tracing.Config Methods (==) ∷ TraceSelection → TraceSelection → Bool Source # (/=) ∷ TraceSelection → TraceSelection → Bool Source # | |
Show TraceSelection Source # | |
Defined in Bcc.Tracing.Config |
traceConfigParser ∷ Object → Parser TraceOptions Source #