forked from nutzam/nutz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
根据zDoc 1.11版更新build2.xml构建脚本,添加PDF输出.修正String2Mirror的编译警告. 添加生成PDF所需的…
…jar和ttf文件. git-svn-id: http://nutz.googlecode.com/svn/trunk@1588 423f10f2-e3a4-11dd-a6ea-a32d6b26a33d
- Loading branch information
Showing
7 changed files
with
38 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,5 @@ | ||
########################################################################## | ||
# # | ||
# 本文件内容会影响到nutz log的测试结果。请谨慎修改、提交。 # | ||
# # | ||
########################################################################## | ||
|
||
log4j.rootLogger=DEBUG, Test | ||
log4j.rootLogger=DEBUG,Console | ||
|
||
log4j.appender.Console=org.apache.log4j.ConsoleAppender | ||
log4j.appender.Console.layout=org.apache.log4j.PatternLayout | ||
log4j.appender.Console.layout.ConversionPattern=log4j: %d [%t] %-5p %c - %m%n | ||
|
||
# 测试时会用到TestAppender来检查log4j输出的内容、日志级别等是否和预期的一直。 | ||
log4j.appender.Test = org.nutz.log.helper.log4j.TestAppender | ||
|
||
# 测试输出到文件时使用 | ||
log4j.appender.R=org.apache.log4j.RollingFileAppender | ||
log4j.appender.R.File=log4j.log | ||
log4j.appender.R.MaxFileSize=100KB | ||
log4j.appender.R.MaxBackupIndex=0 | ||
log4j.appender.R.layout=org.apache.log4j.PatternLayout | ||
log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n | ||
|
||
#用来测试nutz log的日志级别是否与log4j保持一致。 | ||
log4j.logger.org.nutz.log.level.fatal=FATAL | ||
log4j.logger.org.nutz.log.level.error=ERROR | ||
log4j.logger.org.nutz.log.level.warn=WARN | ||
log4j.logger.org.nutz.log.level.info=info | ||
log4j.logger.org.nutz.log.level.debug=DEBUG | ||
log4j.logger.org.nutz.log.level.trace=TRACE | ||
|
||
#log4j.logger.performance1.test.logger=Test | ||
#log4j.logger.performance2.test.logger=Test |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters