Class: VCAP::Logging::Logger::LogLevel

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

Overview

Loggers are responsible for dispatching log messages to an appropriate sink.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/vcap/logging/logger.rb', line 10

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/vcap/logging/logger.rb', line 10

def value
  @value
end