Method: Condor.set_log_level

Defined in:
lib/condor.rb

.set_log_level(level) ⇒ Object

Set the logging level. For example:

> Condor.set_log_level(Logger::DEBUG)


45
46
47
# File 'lib/condor.rb', line 45

def Condor.set_log_level(level)
  Condor::LOGGER.level = level
end