class Logger

def info?; level <= INFO; end

+INFO+ messages.
Returns +true+ if and only if the current severity level allows for the printing of
def info?; level <= INFO; end