| Package | Description |
|---|---|
| org.apache.juli.logging |
Overview
|
| org.apache.tomcat.util.descriptor | |
| org.apache.tomcat.util.descriptor.web |
This package contains Java objects that represent complex data structures
from the web application deployment descriptor file (
web.xml). |
| org.apache.tomcat.util.digester |
The Digester package provides for rules-based processing of arbitrary
XML documents.
|
| Modifier and Type | Method and Description |
|---|---|
Log |
LogFactory.getInstance(Class<?> clazz)
Convenience method to derive a name from the specified class and
call
getInstance(String) with it. |
Log |
LogFactory.getInstance(String name)
Construct (if necessary) and return a
Log instance,
using the factory's current set of configuration attributes. |
static Log |
LogFactory.getLog(Class<?> clazz)
Convenience method to return a named logger, without the application
having to care about factories.
|
static Log |
LogFactory.getLog(String name)
Convenience method to return a named logger, without the application
having to care about factories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlErrorHandler.logFindings(Log log,
String source) |
| Modifier and Type | Method and Description |
|---|---|
static SecurityConstraint[] |
SecurityConstraint.findUncoveredHttpMethods(SecurityConstraint[] constraints,
boolean denyUncoveredHttpMethods,
Log log) |
| Modifier and Type | Field and Description |
|---|---|
protected Log |
Digester.log
The Log to which most logging calls will be made.
|
protected Log |
Digester.saxLog
The Log to which all SAX event related logging calls will be made.
|
| Modifier and Type | Method and Description |
|---|---|
Log |
Digester.getLogger()
Return the current Logger associated with this instance of the Digester
|
Log |
Digester.getSAXLogger()
Gets the logger used for logging SAX-related information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Digester.setLogger(Log log)
Set the current logger for this Digester.
|
void |
Digester.setSAXLogger(Log saxLog)
Sets the logger used for logging SAX-related information.
|
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.