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​(java.lang.Class<?> clazz)
        Creates a new logger instance with the name of the specified class.
      • getInstance

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

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