Class: Carnivore::Container

Inherits:
Module
  • Object
show all
Includes:
Utils::Logging
Defined in:
lib/carnivore/container.rb

Overview

Module used for building isolation

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Utils::Logging

#exception_log

Class Method Details

.logLogger

Returns:



13
14
15
# File 'lib/carnivore/container.rb', line 13

def log
  Carnivore::Utils::Logging::Logger
end

Instance Method Details

#logLogger

Returns:



20
21
22
# File 'lib/carnivore/container.rb', line 20

def log
  Carnivore::Utils::Logging::Logger
end