Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Node.Tracing.Formatting
Contents
Orphan instances
LogFormatting Void Source # | A bit of a weird one, but needed because some of the very general
consensus interfaces are sometimes instantiated to |
LogFormatting SlotNo Source # | |
Methods forMachine :: DetailLevel -> SlotNo -> Object forHuman :: SlotNo -> Text asMetrics :: SlotNo -> [Metric] | |
LogFormatting () Source # | |
ConvertRawHash blk => LogFormatting (RealPoint blk) Source # | |
Methods forMachine :: DetailLevel -> RealPoint blk -> Object forHuman :: RealPoint blk -> Text asMetrics :: RealPoint blk -> [Metric] | |
ConvertRawHash blk => LogFormatting (Point blk) Source # | |
Methods forMachine :: DetailLevel -> Point blk -> Object forHuman :: Point blk -> Text asMetrics :: Point blk -> [Metric] |