Apache log4php 文档:“请注意” - 什么?
在 log4php 的文档中(位于 http://logging.apache.org/log4php/ docs/appender/layout.html)布局模式中有以下行用于换行标记:
%n A line break. Note that
...就是这样!该行的其余部分应该说什么?
(我认为这是对换行符 \n 或 \r\n 的引用,具体取决于本机操作系统。)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个错误,“请注意”应该已被删除。我的猜测是,当文档从 log4j 移植到 log4php 时,它尚未得到纠正。
log4php 使用 PHP_EOL 转换 %n。这应该以跨平台友好的方式使用行尾
(另请参阅:http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/helpers/LoggerPatternParser.php?view=markup )
希望有所帮助!
干杯
基督教
It is an error, "Note that" should have been removed. My guess is, it has not been corrected when the docs are ported from log4j to log4php.
log4php transforms %n with PHP_EOL. This should use lineendings in a crossplattfrom friendly way
(see also: http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/helpers/LoggerPatternParser.php?view=markup )
Hope that helped!
Cheers
Christian
正文其实是:
来自: http://logging.apache.org/log4php/docs/layouts/pattern .html
The text is actually:
From: http://logging.apache.org/log4php/docs/layouts/pattern.html