class SmartLoggerWrapper::Options::Base
Public Instance Methods
apply!(messages, arguments, severity, wrapper)
click to toggle source
# File lib/smart_logger_wrapper/options/base.rb, line 6 def apply!(messages, arguments, severity, wrapper) raise NotImplementedError, __callee__ end