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

Copyright(c) Moritz Schulte 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 = Loc -> LogSource -> LogLevel -> LogStr -> IO () Source #

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