module BatchKit::Loggable
Adds logging behaviour to a batch-kit process, causing its lifecycle to be logged.
Public Instance Methods
log()
click to toggle source
Returns a logger instance named after the class
# File lib/batch-kit/loggable.rb, line 11 def log @log ||= LogManager.logger(self.class.name) end