-
Notifications
You must be signed in to change notification settings - Fork 2.6k
SimpleLogger example
Philip John Roman edited this page May 17, 2020
·
2 revisions
Please take a look at the offical documentation of SLF4J.
Maven:
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
</dependency>
Gradle:
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
You can find the example configuration here.
To debug the network communication, you need to set the LogLevel to TRACE
.