Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for logFileItems (0.18 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/log/AdminLogAction.java

                            throw new IORuntimeException(e);
                        }
                        logFileItems.add(map);
                    });
                } catch (final Exception e) {
                    throw new FessSystemException("Failed to access log files.", e);
                }
            }
            return logFileItems;
        }
    
        public static boolean isLogFilename(final String name) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.7K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/log/admin_log.jsp

                                                <tbody>
                                                <c:forEach var="logFile" varStatus="s"
                                                           items="${logFileItems}">
                                                    <tr
                                                            data-href="${contextPath}/admin/log/download/${f:u(logFile.id)}/">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 4K bytes
    - Viewed (0)
Back to top