Class: Log::Level::LevelInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/log/level.rb

Instance Attribute Summary collapse

Instance Attribute Details

#message_formatterObject

Returns the value of attribute message_formatter

Returns:

  • (Object)

    the current value of message_formatter



3
4
5
# File 'lib/log/level.rb', line 3

def message_formatter
  @message_formatter
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/log/level.rb', line 3

def name
  @name
end

#ordinalObject

Returns the value of attribute ordinal

Returns:

  • (Object)

    the current value of ordinal



3
4
5
# File 'lib/log/level.rb', line 3

def ordinal
  @ordinal
end