# File lib/mq/logger.rb, line 72
    def self.printer &block
      @printer = block if block
      @printer
    end