creatur-5.9.19: Framework for artificial life experiments.

Copyright(c) Amy de Buitléir 2011-2016
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 #

Minimal complete definition

writeToLog

Methods

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

writeToLog msg formats and writes a new log message.