module Ecoportal module API module Common module Logging private def default_logger Ecoportal::API::Logger.new end end end end end