class SBF::Client::LOG
Constants
- REQUIRED_METHODS
rubocop:disable Style/MutableConstant
Public Class Methods
method_missing(sym, *args, &block)
click to toggle source
rubocop:disable Style/MissingRespondToMissing
# File lib/stbaldricks/log.rb, line 14 def self.method_missing(sym, *args, &block) SBF::Client::Configuration.logger.send(sym, *args, &block) end