Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getLoggerAdapter (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        /**
         * Constructs an instance.
         *
         * @param clazz
         *            The class to be used as the logging category.
         */
        protected Logger(final Class<?> clazz) {
            log = factory.getLoggerAdapter(clazz);
        }
    
        /**
         * Checks if debug level is enabled.
         *
         * @return true if debug is enabled, false otherwise
         */
        public boolean isDebugEnabled() {
    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