DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41339>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41339
Summary: Javadoc of PatternLayout should use %n in TTCC layout
examples
Product: Log4j
Version: 1.2
Platform: All
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: Other
AssignedTo: log4j-dev@logging.apache.org
ReportedBy: m@rtin-burger.de
The Javadoc if class PatternLayout gives two examples of conversion patterns:
%r [%t] %-5p %c %x - %m\n
and
%-6r [%15.15t] %-5p %30.30c %x - %m\n
In table "Conversion Character - Effect" you describe the character n that
"outputs the platform dependent line separator character or characters".
But in the examples aboce, you use a non-portable line separator string.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org
|