Logger

The quantum-robot package stores logging information from qUnits subprocesses and log them in text files.

Note

The logs are stored in a .qrobot_logs folder in the current working directory in which the main python process is executed

qrobot._logger.log_dir() Path[source]

Return the path to the directory storing logs.

qrobot._logger.log_file() Path[source]

Return the path to the current log file.