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