logger-0.1.0.0: Fast & extensible logging framework

Copyright(C) 2015 Flowbox
LicenseApache-2.0
MaintainerWojciech Daniło <wojciech.danilo@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

System.Log.Log

Description

 

Documentation

newtype Log a Source

Constructors

Log 

Fields

fromLog :: a
 

Instances

Functor Log 
LookupDataSet base l => Lookup base (Log l) 
Show a => Show (Log a) 

type family LogFormat m Source