log-0.1.0: Structured logging solution with multiple backends

Safe HaskellNone
LanguageHaskell2010

Log

Synopsis

Documentation

module Log.Class

module Log.Data

module Log.Logger

module Log.Monad

object :: [Pair] -> Value

Create a Value from a list of name/value Pairs. If duplicate keys arise, earlier keys and their associated values win.

(.=) :: ToJSON a => Text -> a -> Pair

Construct a Pair from a key and a value.