https://issues.apache.org/bugzilla/show_bug.cgi?id=56623

            Bug ID: 56623
           Summary: ThrowableInformationPatternConverter should not use
                    "\n" for line separation
           Product: Log4j
           Version: 1.2.17
          Hardware: PC
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Layout
          Assignee: log4j-dev@logging.apache.org
          Reporter: is...@shabtay.com

Created attachment 31716
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31716&action=edit
Suggested patch

for (int i = 0; i < length; i++) {
    String string = stringRep[i];
    toAppendTo.append(string).append("\n");
}

For full compliance and as a best practice, the platform-specific line
separator should be used.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Reply via email to