Class InternalLoggerFactory

    • Constructor Detail

      • InternalLoggerFactory

        public InternalLoggerFactory()
    • Method Detail

      • setDefaultFactory

        public static void setDefaultFactory​(InternalLoggerFactory defaultFactory)
        Changes the default factory.
      • getInstance

        public static InternalLogger getInstance​(Class<?> clazz)
        Creates a new logger instance with the name of the specified class.
      • getInstance

        public static InternalLogger getInstance​(String name)
        Creates a new logger instance with the specified name.
      • newInstance

        public abstract InternalLogger newInstance​(String name)
        Creates a new logger instance with the specified name.