资 源 简 介
Wrapper around slf4j that provides for varargs in logging statements and uses Java 5 string formatter. And, since a dedicated thread is used to perform the actual logging work, non-blocking logging can occur in a multi-threaded environment. This also results in at least a 50% improvement in logging performance over using slf4j by itself.
Revision history:
2012-08-31 : v2.0 added dedicated thread for logging work
2012-08-22 : v1.0 Initial version providing following capabilities:
* varargs support
* Java 5 String formatter for creating log messages
* no-arg logger factory method