staversion-0.2.4.3: What version is the package X in stackage lts-Y.ZZ?
MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellSafe-Inferred
LanguageHaskell2010

Staversion.Internal.Log

Contents

Description

 
Synopsis

Documentation

data LogEntry Source #

Constructors

LogEntry 

Instances

Instances details
Show LogEntry Source # 
Instance details

Defined in Staversion.Internal.Log

Eq LogEntry Source # 
Instance details

Defined in Staversion.Internal.Log

Ord LogEntry Source # 
Instance details

Defined in Staversion.Internal.Log

data Logger Source #

Instances

Instances details
Show Logger Source # 
Instance details

Defined in Staversion.Internal.Log

For tests

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

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