# File src/ruby_supportlib/phusion_passenger/vendor/union_station_hooks_core/lib/union_station_hooks_core/log.rb, line 40
    def self.warn(message)
      if @@warn_callback
        @@warn_callback.call(message)
      else
        STDERR.puts("[UnionStationHooks] #{message}")
      end
    end