[ Bron: libminlog-java ]
Pakket: libminlog-java (1.3.1-1)
Verwijzigingen voor libminlog-java
Debian bronnen:
Het bronpakket libminlog-java downloaden:
- [libminlog-java_1.3.1-1.dsc]
- [libminlog-java_1.3.1.orig.tar.xz]
- [libminlog-java_1.3.1-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
minimal Java logging library
MinLog is a Java logging library. Key features:
* Zero overhead Logging statements below a given level can be automatically removed by javac at compile time. This means applications can have detailed trace and debug logging without having any impact on the finished product. * Simple and efficient The API is concise and the code is very efficient at runtime. * Extremely lightweight The entire project consists of a single Java file with ~100 non-comment lines of code.