- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setAsyncLogging (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/audit/SecurityAuditLogger.java
log.info("Minimum log level set to {}", level); } /** * Enable or disable asynchronous logging * * @param enable true to enable async logging */ public void setAsyncLogging(boolean enable) { this.asyncLogging = enable; log.info("Asynchronous logging {}", enable ? "enabled" : "disabled"); } /** * Configure rate limiting *
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 26.6K bytes - Click Count (0)