Utility#

These are the utility functions of workflowpy.

Logging#

log.setuplog([path, level, fmt, append])

Create the logging on sys.stdout and file if path is given.

log.add_filehandler(logger, path[, level, fmt])

Add file handler to logger.