- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getLoggerAdapter (0.07 seconds)
-
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)