creatur-5.6.0: Framework for artificial life experiments.

Portabilityportable
Stabilityexperimental
Maintaineramy@nualeargais.ie
Safe HaskellNone

ALife.Creatur.Logger

Description

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

Documentation

class Logger l whereSource

Methods

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

writeToLog msg formats and writes a new log message.