-- 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:
--   
--   <ul>
--   <li>standard output</li>
--   <li>Elasticsearch</li>
--   <li>PostgreSQL</li>
--   </ul>
@package log
@version 0.9.0.1

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.V5.Lens

module Log.Backend.ElasticSearch.V5.Internal

module Log.Backend.ElasticSearch.V5

module Log.Backend.ElasticSearch.V1.Lens

module Log.Backend.ElasticSearch.V1.Internal

module Log.Backend.ElasticSearch.V1


-- | <i>Deprecated: Use directly Log.Backend.ElasticSearch.V1 or V5</i>
module Log.Backend.ElasticSearch.Lens


-- | <i>Deprecated: Use directly Log.Backend.ElasticSearch.V1 or V5</i>
module Log.Backend.ElasticSearch.Internal


-- | <i>Deprecated: Use directly Log.Backend.ElasticSearch.V1 or V5</i>
module Log.Backend.ElasticSearch

module Log
