class Logger

def fatal!; self.level = FATAL; end

Sets the severity to FATAL.
def fatal!; self.level = FATAL; end