- All Known Implementing Classes:
- LevelImplNull, LevelImplRegular
public interface LevelImpl
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.