class Logger

def info!; self.level = INFO; end

Sets the severity to INFO.
def info!; self.level = INFO; end