Logger Ruby

logger.debug("Created logger")
logger.info("Program started")
logger.warn("Nothing to do!")
Jolly Jay