Skip to content

Commit 346c555

Browse files
Updates documentation
1 parent dbc25dc commit 346c555

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.adoc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,20 @@ logger.severe("Severe message");
5858
<artifactId>jla_04</artifactId>
5959
<version>%VERSION%</version>
6060
</dependency>
61-
```
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

Comments
 (0)