creatur-5.7.3: Framework for artificial life experiments.

Copyright(c) Amy de Buitléir 2011-2014
LicenseBSD-style
Maintaineramy@nualeargais.ie
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

ALife.Creatur.Logger

Description

A simple rotating log, tailored to the needs of the Créatúr framework.

Documentation

class Logger l where Source

Methods

writeToLog :: String -> StateT l IO () Source

writeToLog msg formats and writes a new log message.