Interface LoggerFactory

All Known Implementing Classes:
NullLoggerFactory, Slf4jLoggerFactory, TestLoggerFactory

@Deprecated public interface LoggerFactory
Deprecated.
Use SLF4J instead
A factory to create loggers.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets a logger for a class with the specified name.
  • Method Details

    • getLogger

      Deprecated.
      Gets a logger for a class with the specified name.
      Parameters:
      name - The name of the class requesting a logger, must not be null.
      Returns:
      The requested logger, never null.