[
https://issues.apache.org/jira/browse/LOGGING-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg updated LOGGING-17:
-----------------------------------
Fix Version/s: 1.0.4
> [logging] SimpleLog.java adds extra - characters
> ------------------------------------------------
>
> Key: LOGGING-17
> URL: https://issues.apache.org/jira/browse/LOGGING-17
> Project: Commons Logging
> Issue Type: Bug
> Affects Versions: Nightly Builds
> Environment: Operating System: other
> Platform: Other
> Reporter: Dennis Lundberg
> Fix For: 1.0.4
>
> Attachments: SimpleLog.java.patch, SimpleLog.patch
>
>
> I've just started using commons-logging, so I used SimpleLog to get started.
> When doing so I found that the output isn't consistent.
> With the default settings (showlogname=false, showShortLogname=true) the
> output
> looks like this:
> [DEBUG] CodeGenerator - -locale.language=sv
> With altered settings (showlogname=true, showShortLogname=false) the output
> looks like this:
> [DEBUG] se.dennislundberg.codegeneration.ui.CodeGenerator - locale.language=sv
> As you can see in the first example there is an extra '-' before the log
> message.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.