-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Structured logging solution with multiple backends
--
-- A library that provides a way to record structured log messages with
-- multiple backends.
--
-- Supported backends:
--
--
-- - standard output
-- - Elasticsearch
-- - PostgreSQL
--
@package log
@version 0.8
module Log.Monad
module Log.Logger
module Log.Internal.Logger
module Log.Data
module Log.Class
module Log.Backend.Text
module Log.Backend.StandardOutput.Bulk
module Log.Backend.StandardOutput
module Log.Backend.PostgreSQL
module Log.Backend.ElasticSearch.Lens
module Log.Backend.ElasticSearch.Internal
module Log.Backend.ElasticSearch
module Log