Module: Vara::Loggable

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(other_module) ⇒ Object



19
20
21
# File 'lib/vara/log.rb', line 19

def self.included(other_module)
  other_module.extend(ClassMethods)
end

Instance Method Details

#logObject



15
16
17
# File 'lib/vara/log.rb', line 15

def log
  @_releng_instance_log ||= LoggerWithProgName.new(self.class.name)
end