log

This is a general purpose logging utility. It is intended to record the history of associated with processing of the data, mainly but not exclusively of errors that are encountered.

Attributes

LOG_DIR

log_file

Functions

close_log()

get_current_commit()

log_message(message)

open_log(file_name[, reinitialize])

Module Contents

log.LOG_DIR = './Log/'
log.close_log()
log.get_current_commit()
log.log_file = None
log.log_message(message)
log.open_log(file_name, reinitialize=False)