GitHub user spiritualops opened a pull request:
https://github.com/apache/fop/pull/13
[FOP-2815] Replace SimpleLog with LogFactory
References https://issues.apache.org/jira/browse/FOP-2815.
* Replaces deprecated SimpleLog with LogFactory. The LogFactory gets set
when the logger is null. The logging level is also set to INFO (value: 800).
* Bumped the parent pom to 2.4.1-SNAPSHOT.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/spiritualops/fop FOP-2815
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/fop/pull/13.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #13
----
commit 0ddcd5eadf862ff08f9503365f1a668a6f211be5
Author: spiritualops <spiritualops@...>
Date: 2018-10-27T06:26:48Z
Bump pom to 2.4.1-SNAPSHOT, replace SimpleLog with LogFactory
----
---