staversion-0.1.3.0: What version is the package X in stackage lts-Y.ZZ?

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellSafe
LanguageHaskell2010

Staversion.Internal.Log

Contents

Description

 

Synopsis

Documentation

data Logger Source #

Instances

For tests

_mockLogger :: IO (Logger, IORef [(LogLevel, String)]) Source #

FOR TEST: the IORef is the history of logged messages.