Class: Rage::Configuration::LogTags
- Inherits:
-
LogContext
- Object
- LogContext
- Rage::Configuration::LogTags
- Defined in:
- lib/rage/configuration.rb
Instance Method Summary collapse
-
#<<(block_or_string) ⇒ Object
Add a new custom log tag.
-
#delete(block_or_string) ⇒ Object
Remove a custom log tag object.
Instance Method Details
#<<(string) ⇒ Object #<<(callable) ⇒ Object
Add a new custom log tag. Each tag is evaluated independently and the results are merged into the final log entry.
|
|
# File 'lib/rage/configuration.rb', line 275
|
#delete(block_or_string) ⇒ Object
Remove a custom log tag object.
|
|
# File 'lib/rage/configuration.rb', line 293
|