[
https://issues.apache.org/jira/browse/JENA-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Seaborne updated JENA-1975:
--------------------------------
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
was:
The class "Log" provides easy use of logging. Some places were calling with
"Loggers" as first argument which caused the wrong output.
This clean:
# Make determining the logger to use dynamic by introspection
# Remove unnecessary Log operations
# Cleans up call sites anyway
> Clean Log support and check usage.
> ----------------------------------
>
> Key: JENA-1975
> URL: https://issues.apache.org/jira/browse/JENA-1975
> Project: Apache Jena
> Issue Type: Bug
> Affects Versions: Jena 3.16.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Minor
> Fix For: Jena 3.17.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)