Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data LogStr
- ls :: StringConv a Text => a -> LogStr
- showLS :: Show a => a -> LogStr
- data PushContext
- sl :: ToJSON a => Text -> a -> PushContext
Message
Efficient message builder.
showLS :: Show a => a -> LogStr Source #
Convert loggable value from any message that has show instance.
Context
data PushContext Source #
Wrapper over the structured message builder.