Skip to content

Commit

Permalink
#1 add log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Jun 30, 2015
1 parent 968d378 commit e9eb614
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions virtual-collections/src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Set root logger level and appender
log4j.rootLogger=DEBUG, A1

# A1 is set to be a ConsoleAppender.
log4j.appender.A1=org.apache.log4j.ConsoleAppender

# A1 uses PatternLayout.
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n

0 comments on commit e9eb614

Please sign in to comment.