utils.logger.logging_utils
Logging util module
getlogger#
This method returns a logger object to be used by the calling class. The logger object returned has the following format for all the logs: '%(asctime)s:%(levelname)s : %(name)s : %(lineno)d : %(message)s'
Arguments:
namestr - Directory under which to search for checkpointed files.file_prefixstr - Prefix to match for when searching for candidate files.file_extstr, optional - File extension to consider when searching.
Returns:
loggerobject - logger object to use for logging.