Module: Vara::Loggable
- Included in:
- ContentMigrationsProcessor, MD5Creator, Materials, ProductArtifactZipper, ProductMetadataProcessor, Tarball
- Defined in:
- lib/vara/log.rb
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
#log ⇒ Object
15 16 17 |
# File 'lib/vara/log.rb', line 15 def log @_releng_instance_log ||= LoggerWithProgName.new(self.class.name) end |