Method: L2Metable#log_base_hash
- Defined in:
- lib/l2metable.rb
#log_base_hash ⇒ Object
Descendants should override and implement a specific base hash for all log lines, if applicable e.g. => @app_id, :xid => context.xid
15 16 17 |
# File 'lib/l2metable.rb', line 15 def log_base_hash() {} end |