Package org.beanfabrics.log

Interface Summary
Logger The Logger is the interface for several logging delegators available for Beanfabrics.
 

Class Summary
Jdk14Logger The Jdk14Logger is a Logger delegator that delegates logging requests to the Java Logger.
LoggerFactory The LoggerFactory is used for creating (or accessing cached) Logger objects.
NopLogger The NopLogger is a logging delegator the doesn't delegate any log messages.
Slf4jLogger The Slf4jLogger us a logging delegator that delegates to Simple Logging Facade for Java.