Class ApiLoggerAdapter

All Implemented Interfaces:
Closeable, AutoCloseable, LoggerAdapter<Logger>, LoggerContextShutdownAware

public class ApiLoggerAdapter extends AbstractLoggerAdapter
Logger registry implementation using just log4j-api. This is the fallback registry used when log4j-core is not available.
Since:
2.1
  • Field Details

    • MESSAGE_FACTORY

      private static final MessageFactory MESSAGE_FACTORY
  • Constructor Details

    • ApiLoggerAdapter

      public ApiLoggerAdapter()
  • Method Details