module SidekiqUniqueJobs::Logging

def logger_respond_to_with_context?

Returns:
  • (true, false) -

Other tags:
    Note: - only used to remove the need for explicitly ignoring manual dispatch in other places.
def logger_respond_to_with_context?
  logger.respond_to?(:with_context)
end