Method: Common::CloudboxLogger#end_execution

Defined in:
lib/common/cloudbox_logger.rb

#end_executionObject

Format the end of a command execution.



47
48
49
# File 'lib/common/cloudbox_logger.rb', line 47

def end_execution
  self.info("############# end of execution #{@filename} #############")
end