Module: Booker::Helpers::LoggingHelper
- Defined in:
- lib/booker/helpers/logging_helper.rb
Class Method Summary collapse
Class Method Details
.log_issue(message, extra_info = {}) ⇒ Object
4 5 6 7 8 |
# File 'lib/booker/helpers/logging_helper.rb', line 4 def self.log_issue(, extra_info = {}) if ( = Booker.config[:log_message]) .call(, extra_info) end end |