MinLog 1.2

MinLog is a Java logging library. 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. The API is...