Minimal overhead Java logging
https://github.com/EsotericSoftware/minlog
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 run-time.
* Extremely lightweight The entire project consists of a single
Java file with ~100 non-comment lines of code.
- Links to home:fstrba:maven / minlog
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:fstrba:maven:test/minlog && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000053 53 Bytes |
Comments 0