FireDynamics / ARTSS

ARTSS is an Accelerator-based Real Time Smoke Simulator, which specialises in fast calculation of smoke propagation
MIT License
11 stars 7 forks source link

Make Logger independent #182

Closed LinhWuerzburger closed 2 years ago

LinhWuerzburger commented 2 years ago

Currently, it is necessary to have access to the Settings class in order to create a new logger. But this means, that Settings has to be dragged through methods just to create Logger. Hence we need to make the Logger independent so that it can be created everywhere in the code without changing the functions header.

LinhWuerzburger commented 2 years ago

done in #185