creatur-5.9.30: Framework for artificial life experiments.
Copyright(c) 2011-2021 Amy de Buitléir
LicenseBSD-style
Maintaineramy@nualeargais.ie
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.