Module: Contrast::Test
- Extended by:
- AgentLib::Init
- Defined in:
- lib/contrast/agent_lib/test.rb
Overview
Constant Summary
collapse
- LOG_DIR =
File.join(File.dirname(__FILE__))
Class Method Summary
collapse
dl__init_with_options, init, init_with_options
Class Method Details
.test_init_with_options(enable_log, log_level) ⇒ Object
13
14
15
|
# File 'lib/contrast/agent_lib/test.rb', line 13
def test_init_with_options enable_log, log_level
dl__init_with_options(enable_log, LOG_DIR, log_level)
end
|