buildtest.log

Methods related to buildtest logging

Module Contents

Functions

init_logfile(logfile=BUILDTEST_LOGFILE, debug=None)

Initialize a log file intended for a builder. This requires

buildtest.log.init_logfile(logfile=BUILDTEST_LOGFILE, debug=None)[source]

Initialize a log file intended for a builder. This requires passing the filename intended for the log (from the builder) and returns the logger. :param logfile: logfile name :type logfile: str