|
Class Summary |
| LevelImplNull |
Null implementation for the Level class which ensures that calls to Level
compile out when logging is disabled. |
| LevelImplRegular |
Implementation for the Level class when logging is enabled. |
| LoggerImplNull |
Null implementation for the Logger class which ensures that calls to Logger
compile out when logging is disabled. |
| LoggerImplRegular |
Implementation for the Logger class when logging is enabled. |
| LoggerWithExposedConstructor |
Since the Impl classes are in a different package than the classes they
implement, they cannot use the protected Logger constructor. |