logstash-0.1.0.2: Logstash client library for Haskell
Safe HaskellNone
LanguageHaskell2010

Logstash.Connection

Synopsis

Documentation

data LogstashConnection Source #

Represents an abstract interface for Logstash connections that hides details about the nature of the connection.

Constructors

LogstashConnection 

Fields

type LogstashPool = Pool LogstashConnection Source #

For convenience so that importing modules do not have to import Pool, a type alias for a Pool of LogstashConnection.