module Roda::RodaPlugins::FilterCommonLogger
def self.configure(app, &block)
def self.configure(app, &block) app.send(:define_method, :_common_log_request?, &block) app.send(:private, :_common_log_request?) app.send(:alias_method, :_common_log_request?, :_common_log_request?) end