module Gush
  class NullLogger
    def method_missing(*)
    end
  end
end