类 LoggerFactory

java.lang.Object
cn.taketoday.logging.LoggerFactory
直接已知子类:
JavaLoggingFactory, Log4j2LoggerFactory, Slf4jLoggerFactory

public abstract class LoggerFactory extends Object
Factory that creates Logger instances.
作者:
TODAY
2019-11-04 19:06
  • 字段详细资料

  • 构造器详细资料

    • LoggerFactory

      public LoggerFactory()
  • 方法详细资料

    • createLogger

      protected abstract Logger createLogger(String name)
    • getLogger

      public static Logger getLogger(Class<?> clazz)
      Return a logger associated with a particular class.
    • getLogger

      public static Logger getLogger(String name)
      Return a logger associated with a particular class name.
    • createFactory

      private static LoggerFactory createFactory()