- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 481 for getLogger (0.04 sec)
-
src/main/java/org/codelibs/fess/tomcat/webresources/FessWebResourceRoot.java
*/ public class FessWebResourceRoot extends StandardRoot { /** Logger instance for this class */ private static final Logger logger = Logger.getLogger(FessWebResourceRoot.class.getName()); /** * Constructs a new FessWebResourceRoot with the specified context. * * @param context the Tomcat context for this web resource root */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.3K bytes - Viewed (0) -
src/test/java/org/codelibs/curl/io/IOIntegrationTest.java
import static org.codelibs.curl.io.ContentOutputStream.SUFFIX; import static org.junit.Assert.assertEquals; public class IOIntegrationTest { private static final Logger logger = Logger.getLogger(IOIntegrationTest.class.getName()); class MockCurlRequest extends CurlRequest { MockCurlRequest(Curl.Method method, String url) { super(method, url); } @Override
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Sat May 10 01:44:04 UTC 2025 - 3.4K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TarExtractorTest.java
import org.dbflute.utflute.core.PlainTestCase; /** * @author shinsuke * */ public class TarExtractorTest extends PlainTestCase { private static final Logger logger = LogManager.getLogger(TarExtractorTest.class); public TarExtractor tarExtractor; @Override protected void setUp() throws Exception { super.setUp();
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ThreadDumpUtil.java
/** * Utility class for generating and writing thread dumps. * Provides methods to capture thread information for debugging purposes. */ public class ThreadDumpUtil { private static final Logger logger = LogManager.getLogger(ThreadDumpUtil.class); /** * Private constructor to prevent instantiation of this utility class. */ protected ThreadDumpUtil() { // noop } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/profile/ProfileAction.java
public class ProfileAction extends FessSearchAction { /** * Default constructor. */ public ProfileAction() { super(); } private static final Logger logger = LogManager.getLogger(ProfileAction.class); // =================================================================================== // Constant //
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/FileEntryAdapterIterator.java
import jcifs.CloseableIterator; import jcifs.ResourceFilter; import jcifs.SmbResource; abstract class FileEntryAdapterIterator implements CloseableIterator<SmbResource> { private static final Logger log = LoggerFactory.getLogger(FileEntryAdapterIterator.class); private final CloseableIterator<FileEntry> delegate; private final ResourceFilter filter; private final SmbResource parent; private SmbResource next; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/Handler.java
import jcifs.context.SingletonContext; /** * URL handler for transparent smb:// URL handling * */ public class Handler extends URLStreamHandler { private static final Logger log = LoggerFactory.getLogger(Handler.class); private CIFSContext transportContext; /** * Default constructor for SMB URL handler. */ public Handler() { } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbAuthenticationHolder.java
* This allows for different SMB shares to use different authentication credentials.</p> */ public class SmbAuthenticationHolder { private static final Logger logger = LogManager.getLogger(SmbAuthenticationHolder.class); /** Map of path prefixes to SMB authentication configurations. */ private final Map<String, SmbAuthentication> authMap = new HashMap<>(); /**
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CloseRequest.java
* * @author mbechler * */ public class Smb2CloseRequest extends ServerMessageBlock2Request<Smb2CloseResponse> implements RequestWithFileId { private static final Logger log = LoggerFactory.getLogger(Smb2CloseRequest.class); private byte[] fileId; private final String fileName; private int closeFlags; /** * Constructs a close request with file ID and name * * @param config
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/disni/DisniRdmaProvider.java
/** * Creates a new DiSNI RDMA provider instance */ public DisniRdmaProvider() { // Default constructor } private static final Logger log = LoggerFactory.getLogger(DisniRdmaProvider.class); // DiSNI components - these would be actual DiSNI objects in a real implementation private Object endpointGroup; // RdmaActiveEndpointGroup<DisniRdmaEndpoint>
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 5.2K bytes - Viewed (0)