# File lib/main/logger.rb, line 36
    def self.off *a, &b
      new(*a, &b).instance_eval{ turn :off; self }
    end