
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.
this package contains the javadoc api