Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for JclLoggerAdapterFactory (0.17 seconds)

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

                }
            }
    
            // Check for Commons Logging
            if (isClassAvailable("org.apache.commons.logging.LogFactory")) {
                try {
                    return new JclLoggerAdapterFactory();
                } catch (final Throwable ignore) {
                    // Fall through to next option
                }
            }
    
            // Default to java.util.logging
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Thu Feb 12 12:10:45 GMT 2026
    - 13.5K bytes
    - Click Count (0)
Back to Top