# frozen_string_literal: true module Appsignal module Utils class IntegrationLogger < ::Logger end end end