DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25940>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25940 SimpleLog.java adds extra - characters Summary: SimpleLog.java adds extra - characters Product: Commons Version: Nightly Builds Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Logging AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
