We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aeb3ab commit 90970a2Copy full SHA for 90970a2
jsmpp-examples/src/main/resources/log4j.properties
@@ -0,0 +1,6 @@
1
+log4j.rootLogger=INFO, STDOUT
2
+
3
+log4j.appender.STDOUT=org.apache.log4j.ConsoleAppender
4
+log4j.appender.STDOUT.layout=org.apache.log4j.PatternLayout
5
+# Pattern to output the caller's file name and line number.
6
+log4j.appender.STDOUT.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
0 commit comments