-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[all] Use slf4j #896
Copy link
Copy link
Closed
Labels
an:enhancementAn improvement on existing features / rulesAn improvement on existing features / rulesdependenciesPull requests that update a dependency filePull requests that update a dependency filein:pmd-internalsAffects PMD's internalsAffects PMD's internals
Milestone
Metadata
Metadata
Assignees
Labels
an:enhancementAn improvement on existing features / rulesAn improvement on existing features / rulesdependenciesPull requests that update a dependency filePull requests that update a dependency filein:pmd-internalsAffects PMD's internalsAffects PMD's internals
Type
Fields
Give feedbackNo fields configured for issues without a type.
Part of #2524
Rationale: In order to make it easier to integrate PMD into other tools, it might be better to use the de-facto-standard slf4j.
We could then provide some basic simplelogger configuration in our binary distribution, but integrations have full freedom on which logging framework they want to use.
This would at slf4j-api as an additional compile-time dependency and maybe slf4j-impl as runtime dependency in our pmd-bin-xxx.zip distribution.
Currently we are using java util logging.
Tasks:
configuration
-debug)