Open marinasundstrom opened 1 year ago
Probable cause: Logger doesn't always get to flush before the program exits.
The logger works by letting another thread asynchronously write buffered messages to the console.
Solution: I could remove the piece of code that automatically exist the application.
Probable cause: Logger doesn't always get to flush before the program exits.
The logger works by letting another thread asynchronously write buffered messages to the console.