log-0.5.6: Structured logging solution with multiple backends

Safe HaskellNone
LanguageHaskell2010

Log

Description

Structured logging solution with multiple backends.

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.

(.=) :: KeyValue kv => forall v. ToJSON v => Text -> v -> kv #