nakadi-client-0.6.1.0: Client library for the Nakadi Event Broker

Copyright(c) Moritz Clasmeier 2017
LicenseBSD3
Maintainermtesseract@silverratio.net
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe
LanguageHaskell2010

Network.Nakadi.Types.Logger

Description

This module provides the Nakadi Logger Types.

Synopsis

Documentation

type LogFunc m = LogSource -> LogLevel -> LogStr -> m () Source #

Type of a logger callback provided to nakadi-client for logging purposes.

type LogFuncIO = LogFunc IO Source #

LogFunc specialized to IO.