This commit removed the option to call the init() method of class SimpleLogger to re-initialize the static state. This is needed by Maven. For reference see method logging of class MavenCli calling line 33 of class MavenSlf4jSimpleFriend. There needs to be a way to configure the SimpleLogger programmatically by e.g. setting a system property after that class has been initialized.
|