Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Slf4jLoggerAdapterFactory (0.08 seconds)

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

                try {
                    // Dynamically create SLF4J adapter if available
                    return new JulLoggerAdapterFactory(); // For now, fallback to JUL
                    // In future: return new Slf4jLoggerAdapterFactory();
                } catch (final Throwable ignore) {
                    // Fall through to next option
                }
            }
    
            // Check for Commons 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