Copyright | (c) Amy de Buitléir 2011-2016 |
---|---|
License | BSD-style |
Maintainer | amy@nualeargais.ie |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
ALife.Creatur.Logger
Description
A simple rotating log, tailored to the needs of the Créatúr framework.
Documentation
Minimal complete definition
Methods
writeToLog :: String -> StateT l IO () Source #
formats and writes a new log message.writeToLog
msg
Instances