Initial commit

This commit is contained in:
Wojciech Czop
2021-04-26 16:16:04 +02:00
commit 3e7daea3ac
57 changed files with 8173 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,9 @@
# Set root logger level to DEBUG and its only appender to A1.
log4j.rootLogger=ERROR, 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

Binary file not shown.

Binary file not shown.