-- 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

module Log.Backend.ElasticSearch.V1


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

module Log.Backend.ElasticSearch.V1.Internal


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

module Log.Backend.ElasticSearch.V1.Lens


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

module Log.Backend.ElasticSearch.V5

module Log.Backend.ElasticSearch.V5.Internal

module Log.Backend.ElasticSearch.V5.Lens

module Log.Backend.PostgreSQL

module Log.Backend.StandardOutput

module Log.Backend.StandardOutput.Bulk

module Log.Backend.Text

module Log.Class

module Log.Data

module Log.Internal.Logger

module Log.Logger

module Log.Monad
