Method: L2Metable#log_component
- Defined in:
- lib/l2metable.rb
#log_component(subcomponent) ⇒ Object
Descendants should override and implement a specific component prefix for all log lines e.g. “widget#subcomponent”
8 9 10 |
# File 'lib/l2metable.rb', line 8 def log_component(subcomponent) subcomponent end |