Skip to content

SimpleLogger handles threading better for tests

Choose a tag to compare

@LarsEckart LarsEckart released this 26 Sep 18:44
· 1046 commits to master since this release

By default, when you call SimpleLogger.logToString() will now create an instance of it's logger per thread. This is particular useful when running tests in Intellij.