nt.1.0.source-code.log4j.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of silent Show documentation
Show all versions of silent Show documentation
this is a solve concurrent task kit
The newest version!
### set log levels ###
log4j.rootLogger=DEBUG , stdout
### console ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%-5p] [%-d{yy-MM-dd HH\:mm\:ss}] %-15C(%F:%L) | %m%n