Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Jena 3.16.0
-
None
-
None
Description
The class "Log" provides easy use of logging. Some places were calling with "Loggers" as first argument which caused the wrong output.
This clean:
- Determe the logger dynamically by introspection
- Remove unnecessary Log operations
- Cleans up call sites anyway