Class: Logger::LogLevel

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

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



6
7
8
# File 'lib/logger.rb', line 6

def color
  @color
end

#numericObject

Returns the value of attribute numeric

Returns:

  • (Object)

    the current value of numeric



6
7
8
# File 'lib/logger.rb', line 6

def numeric
  @numeric
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



6
7
8
# File 'lib/logger.rb', line 6

def prefix
  @prefix
end