import HLogger main = do loggerState <- startLogger "LoggerTest" logDebug loggerState "This is a test message!" stopLogger loggerState