a simple, colorful Logging Library
<dependencies>
<dependency>
<groupId>io.github.jdiscordbots</groupId>
<artifactId>nightdream-logging</artifactId>
<version>VERSION</version>
<scope>compile</scope>
</dependency>
</dependencies>
- Add Nightdream Logging and slf4j-api to the dependencies section of your
pom.xml
(replace NDL-VERSION with and SLF4J-VERSION with ):
<dependencies>
<dependency>
<groupId>io.github.jdiscordbots</groupId>
<artifactId>nightdream-logging</artifactId>
<version>NDL-VERSION</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>SLF4J-VERSION</version>
</dependency>
</dependencies>