We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc25dc commit 346c555Copy full SHA for 346c555
1 file changed
README.adoc
@@ -58,4 +58,20 @@ logger.severe("Severe message");
58
<artifactId>jla_04</artifactId>
59
<version>%VERSION%</version>
60
</dependency>
61
-```
+```
62
+
63
+## Configuring pre-built Java Util Logging application
64
65
+First download wanted versions of jla_04, rlp_01 and syslog-java-client from the following urls:
66
67
+https://search.maven.org/artifact/com.teragrep/jla_04[jla_04]
68
69
+https://search.maven.org/artifact/com.teragrep/rlp_01[rlp_01]
70
71
+https://search.maven.org/artifact/com.cloudbees/syslog-java-client[syslog-java-client]
72
73
+Then run java while pointing classpath to the directory where you downloaded the jars to like:
74
75
76
+java -cp "path/to/downloaded/jars/*:target/example.jar" com.teragrep.example.Main
77
0 commit comments