Class: Lumberjack::Formatter::TaggedMessage Deprecated
- Inherits:
-
MessageAttributes
- Object
- MessageAttributes
- Lumberjack::Formatter::TaggedMessage
- Defined in:
- lib/lumberjack/formatter/tagged_message.rb
Overview
Deprecated.
Use Lumberjack::MessageAttributes instead.
This is a deprecated alias for Lumberjack::MessageAttributes.
Instance Attribute Summary
Attributes inherited from MessageAttributes
Instance Method Summary collapse
-
#initialize(message, attributes) ⇒ TaggedMessage
constructor
A new instance of TaggedMessage.
Methods inherited from MessageAttributes
Constructor Details
#initialize(message, attributes) ⇒ TaggedMessage
11 12 13 14 15 |
# File 'lib/lumberjack/formatter/tagged_message.rb', line 11 def initialize(, attributes) Utils.deprecated("Lumberjack::Formatter::TaggedMessage", "Use Lumberjack::MessageAttributes instead.") do super end end |