log4j and slf4j are used interdispersed through the EES. On top of that MATSim uses log4j and ships with an embedded log4j.xml config. We should firstly switch to use slf4j for all logging in the BDI-ABM repo, and then in the EES also include a log4j.xml to overwrite any logging config that ships with MATSim.
That way, all loggin in the EES will be controlled through the two files log4j.xml and logback.xml in examples/bushfire/src/main/resources.
log4j
andslf4j
are used interdispersed through the EES. On top of that MATSim useslog4j
and ships with an embeddedlog4j.xml
config. We should firstly switch to useslf4j
for all logging in the BDI-ABM repo, and then in the EES also include alog4j.xml
to overwrite any logging config that ships with MATSim.That way, all loggin in the EES will be controlled through the two files
log4j.xml
andlogback.xml
inexamples/bushfire/src/main/resources
.