- All Known Subinterfaces:
- LogrFactory
- All Known Implementing Classes:
- JDKLoggerFactory, SLF4JLoggerImplFactory
public interface LoggerFactory
A generic logger factory interface used internally by Morphia. At runtime the actual implementation used is chosen to match which
logging framework (e.g., java.util.logging vs slf4j) is used in the application.