%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.Controllers" %>
<%@ page import="org.apache.log4j.*" %>
<%@ page import="java.util.*" %>
<%--
This JSP will display all the log4j Logger objects, their
levels and their appenders. The levels of the Logger objects
can be changed and test messages can be sent.
Brian Cauros bdc34@cornell.edu
based on work by Volker Mentzner. --%>
<%@taglib prefix="vitro" uri="/WEB-INF/tlds/VitroUtils.tld" %>
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission" %>
<% request.setAttribute("requestedActions", SimplePermission.USE_MISCELLANEOUS_ADMIN_PAGES.ACTION); %>
" + notes + "
"); // output category information in a form with a simple table out.write("\n"); out.write("\r\n"); out.flush(); } catch (Exception ex) { throw new Error( ex); } %> <%! String notes ="Changing the level of a Logger on this form does not change the levels of that Logger's children."+ "
Example: if you change the level of the Logger edu.cornell.mannlib.utils from ERROR to DEBUG, the " + "logging level of edu.cornell.mannlib.utils.StringUtils will not be modified." + "
Loggers will write message to all of their Appenders; you cannot have a DEBUG level For Logger A, Appender A "+
" and a WARN level for a Logger A, Appender B.";
%>
<%!
private Collection