yet-another-logger-0.2: Yet Another Logger

CopyrightCopyright (c) 2014-2015 PivotCloud, Inc.
LicenseApache License, Version 2.0
MaintainerLars Kuhtz <lkuhtz@pivotmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

System.Logger.Backend.Handle

Contents

Description

 

Synopsis

Handle Configuration

pLoggerHandleConfig_ Source

Arguments

:: Text

prefix for the command line options.

-> Parser LoggerHandleConfig 

Backend Configuration

pHandleBackendConfig_ Source

Arguments

:: Text

prefix for this and all subordinate command line options.

-> MParser HandleBackendConfig 

Backend Implementation

handleBackend Source

Arguments

:: Handle 
-> Bool

whether to use ANSI color escape codes

-> LoggerBackend Text