Matthias Beyer
f266791142
The logger was not able to handle multiple destinations before. Now it is possible for the logger. The file must be held behind an Arc<Mutex<_>> so we can use the logging from multiple threads but also because we need to borrow mutably, so that bit changes whith this commit. |
||
---|---|---|
.. | ||
core | ||
domain | ||
entry | ||
etc |