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



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

def message_formatter
  @message_formatter
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#ordinalObject

Returns the value of attribute ordinal

Returns:

  • (Object)

    the current value of ordinal



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

def ordinal
  @ordinal
end