class Logger

def level_with_yell=( level )

def level_with_yell=( level )
  self.level_without_yell= Integer(level)
end