affection-0.0.0.7: A simple Game Engine using SDL

Safe HaskellNone
LanguageHaskell2010

Affection.Logging

Documentation

data LogLevel Source #

Constructors

Verbose 
Debug 
Warn 
Error 

log :: LogLevel -> String -> a -> a Source #

logIO :: LogLevel -> String -> IO () Source #