Class: Lumberjack::Formatter::TaggedMessage Deprecated

Inherits:
MessageAttributes show all
Defined in:
lib/lumberjack/formatter/tagged_message.rb

Overview

Deprecated.

Use Lumberjack::MessageAttributes instead.

This is a deprecated alias for Lumberjack::MessageAttributes.

See Also:

Instance Attribute Summary

Attributes inherited from MessageAttributes

#attributes, #message

Instance Method Summary collapse

Methods inherited from MessageAttributes

#inspect, #to_s

Constructor Details

#initialize(message, attributes) ⇒ TaggedMessage



11
12
13
14
15
# File 'lib/lumberjack/formatter/tagged_message.rb', line 11

def initialize(message, attributes)
  Utils.deprecated("Lumberjack::Formatter::TaggedMessage", "Use Lumberjack::MessageAttributes instead.") do
    super
  end
end