public static class LevelImpl
extends Object
Interface for the implementation of Level. We use a LevelImplNull to ensure
that logging code compiles out when logging is disabled, and a
LevelImplRegular to provide normal functionality when logging is enabled.
- See Also:
- Serialized Form