We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70722c4 commit 2c82664Copy full SHA for 2c82664
2 files changed
examples/monitor/pom.xml
@@ -23,6 +23,21 @@
23
<artifactId>java-does-usb</artifactId>
24
<version>0.6.0-SNAPSHOT</version>
25
</dependency>
26
+ <dependency>
27
+ <groupId>org.tinylog</groupId>
28
+ <artifactId>tinylog-api</artifactId>
29
+ <version>2.6.2</version>
30
+ </dependency>
31
32
33
+ <artifactId>tinylog-impl</artifactId>
34
35
36
37
38
+ <artifactId>jsl-tinylog</artifactId>
39
40
41
</dependencies>
42
43
<build>
examples/monitor/src/main/resources/tinylog.properties
@@ -0,0 +1,3 @@
1
+writer = console
2
+writer.format = {date: HH:mm:ss.SSS} {level|size=5} [{class|size=40}] {message}
3
+writer.level = debug
0 commit comments