This PR adjusts print statements where applicable to the logger. It also adds logs/ as the folder where all logs live. In here is the base swat.log.
Also added separate emulation module logging and log files. This logger is added to the handlers during base_emulation and therefore inherited into each emulation module as self.elogger. With this, it will also log to the swat.log file and its own TACTIC_MODULENAME.log file.
Overview
This PR adjusts
print
statements where applicable to the logger. It also addslogs/
as the folder where all logs live. In here is the baseswat.log
.Also added separate emulation module logging and log files. This logger is added to the handlers during base_emulation and therefore inherited into each emulation module as
self.elogger
. With this, it will also log to theswat.log
file and its ownTACTIC_MODULENAME.log
file.