Method: Technologic::ClassMethods#instrument
- Defined in:
- lib/technologic.rb
#instrument(*args, **opts, &block) ⇒ Object
DEP-2021-01-14 Remove this method
65 66 67 68 69 |
# File 'lib/technologic.rb', line 65 def instrument(*args, **opts, &block) ActiveSupport::Deprecation.warn("Technologic.instrument is deprecated. Instead, use the corresponding severity-level convenience method (#info, #error etc)") _tl_instrument(*args, **opts, &block) end |