Simple Log is a logging anti-framework.
It is a small library that does logging very simply and requires you to do almost nothing (other than actually logging) to get log output happening.
It is much simpler to use than a logging framework, especially in terms of configuration.
It doesn't attempt to solve every logging problem in one package, but contains enough features to be a viable alternative for most applications that need logging.
- Category: Logging Tools
- License: Apache Software License
- HomePage: https://simple-log.dev.java.net/


