gore-and-ash-logging-1.2.1.0: Core module for gore-and-ash with logging utilities

Copyright(c) Anton Gushcha, 2015-2016
LicenseBSD3
Maintainerncrashed@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Game.GoreAndAsh.Logging.State

Description

Contains description of state for logging core module.

Synopsis

Documentation

data LoggingState s Source

Inner state of logger.

s
next state, states of modules are chained via nesting

Constructors

LoggingState 

Fields

loggingMsgs :: !(Seq Text)
 
loggingNextState :: !s
 

Instances