Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for JulLoggerAdapterFactory (1.09 sec)

  1. src/main/java/org/codelibs/core/log/Logger.java

            try {
                Class.forName("org.apache.commons.logging.LogFactory");
                return new JclLoggerAdapterFactory();
            } catch (final Throwable ignore) {
                return new JulLoggerAdapterFactory();
            }
        }
    
        /**
         * Constructs an instance.
         *
         * @param clazz
         *            The class to be used as the logging category.
         */
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jun 19 09:12:22 UTC 2025
    - 12.4K bytes
    - Viewed (0)
Back to top