Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Nightly Builds
-
None
-
Operating System: other
Platform: Other
-
25940
Description
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.