module ElasticAPM::Log

def logger

def logger
  return false unless (config = instance_variable_get(:@config))
  config.logger
end