# Logger Logger for logging stuff. ```pyhton import Logger Logger.info("A") Logger.error("OH NO!") ```