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