- Sort Score
- Result 10 results
- Languages All
Results 401 - 410 of 481 for getLogger (0.03 sec)
-
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
* <li>Crawling execution monitoring and timing</li> * </ul> */ public class DataIndexHelper { /** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(DataIndexHelper.class); /** Parameter key for controlling deletion of old documents */ private static final String DELETE_OLD_DOCS = "delete_old_docs";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
* It also manages document processing requests and integrates with the crawler system. * */ public class DocumentHelper { private static final Logger logger = LogManager.getLogger(DocumentHelper.class); /** Prefix used for encoded similar document hashes */ protected static final String SIMILAR_DOC_HASH_PREFIX = "$"; /** * Default constructor for DocumentHelper.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java
super(); } /** Role name for admin web config operations */ public static final String ROLE = "admin-webconfig"; private static final Logger logger = LogManager.getLogger(AdminWebconfigAction.class); // =================================================================================== // Attribute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
* related commands can be batched together in a single message for improved efficiency. */ public abstract class AndXServerMessageBlock extends ServerMessageBlock { private static final Logger log = LoggerFactory.getLogger(AndXServerMessageBlock.class); private static final int ANDX_COMMAND_OFFSET = 1; private static final int ANDX_RESERVED_OFFSET = 2; private static final int ANDX_OFFSET_OFFSET = 3;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/MultiChannelManager.java
* as specified in the SMB 3.x multi-channel feature. */ public class MultiChannelManager { private static final Logger log = LoggerFactory.getLogger(MultiChannelManager.class); // Multi-channel configuration private final Configuration config; private final int maxChannels; private final LoadBalancingStrategy loadBalancingStrategy;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 20.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
*/ public SmbTransportPoolImpl() { // Start proactive health checking startProactiveHealthChecking(); } private static final Logger log = LoggerFactory.getLogger(SmbTransportPoolImpl.class); private final ConcurrentLinkedQueue<SmbTransportImpl> connections = new ConcurrentLinkedQueue<>();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 33.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeConnection.java
* DFS referrals. * * @author mbechler * */ class SmbTreeConnection implements AutoCloseable { private static final Logger log = LoggerFactory.getLogger(SmbTreeConnection.class); private final CIFSContext ctx; private final SmbTreeConnection delegate; private SmbTreeImpl tree; private volatile boolean treeAcquired;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 30.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
* query parameter handling. * * @since 1.0 */ public class FessFunctions { /** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(FessFunctions.class); /** Prefix for geographic query parameters */ private static final String GEO_PREFIX = "geo."; /** Prefix for facet query parameters */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.3K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18K bytes - Viewed (0) -
src/main/java/jcifs/smb/SID.java
* </pre> * * * <p>This section is intended for internal use.</p> */ public class SID extends rpc.sid_t implements jcifs.SID { private static final Logger log = LoggerFactory.getLogger(SID.class); static final String[] SID_TYPE_NAMES = { "0", "User", "Domain group", "Domain", "Local group", "Builtin group", "Deleted", "Invalid", "Unknown" }; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 16K bytes - Viewed (0)