creatur-5.9.10: Framework for artificial life experiments.

Copyright(c) Amy de Buitléir 2011-2015
LicenseBSD-style
Maintaineramy@nualeargais.ie
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
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.