class Logger

def error!; self.level = ERROR; end

Sets the severity to ERROR.
def error!; self.level = ERROR; end