|
|||||||||
| Home >> All >> de >> danet >> an >> util >> [ log4j overview ] | PREV NEXT | ||||||||
A
- ApplLog4jFactory - class de.danet.an.util.log4j.ApplLog4jFactory.
- This class provides an alternate access to the log4j logging library for Apache commons logging..
- ApplLog4jFactory() - Constructor for class de.danet.an.util.log4j.ApplLog4jFactory
- ApplLogger - class de.danet.an.util.log4j.ApplLogger.
- This class provides an alternate access to the log4j logging library.
- ApplLogger() - Constructor for class de.danet.an.util.log4j.ApplLogger
- append(LoggingEvent) - Method in class de.danet.an.util.log4j.EJBAppender
- Forwards the message to the EJBSink bean.
- append(LoggingEvent) - Method in class de.danet.an.util.log4j.EJBSinkEJB
- Insert the event information into the database.
- append(LoggingEvent) - Method in class de.danet.an.util.log4j.ListAppender
- Forwards the message to the EJBSink bean.
- attributes - Variable in class de.danet.an.util.log4j.ApplLog4jFactory
- The configuration attributes for this org.apache.commons.logging.LogFactory.
B
- beanName - Variable in class de.danet.an.util.log4j.EJBAppender
- The name of the logging session bean.
C
- close() - Method in class de.danet.an.util.log4j.EJBAppender
- Internal method.
- close() - Method in class de.danet.an.util.log4j.ListAppender
- Internal method.
- compareTo(Object) - Method in class de.danet.an.util.log4j.ListAppender.UIMessage
- compare message.
- ctx - Variable in class de.danet.an.util.log4j.EJBSinkEJB
- The SessionContext interface of the instance.
- cu - Static variable in class de.danet.an.util.log4j.ApplLogger
D
- DB_NAME - Static variable in class de.danet.an.util.log4j.EJBSinkEJB
- Database attributes
- de.danet.an.util.log4j - package de.danet.an.util.log4j
- This package is the project specific contribution to AN's general Java library.
- defaultHierarchy - Static variable in class de.danet.an.util.log4j.ApplLogger
- ds - Variable in class de.danet.an.util.log4j.EJBSinkEJB
- The data source of the database.
E
- EJBAppender - class de.danet.an.util.log4j.EJBAppender.
- This class implements the
Appenderinterface. - EJBAppender() - Constructor for class de.danet.an.util.log4j.EJBAppender
- Constructor for the EJBAppender object.
- EJBSinkEJB - class de.danet.an.util.log4j.EJBSinkEJB.
- This session EJB provides the server side part of the EJBAppender.
- EJBSinkEJB() - Constructor for class de.danet.an.util.log4j.EJBSinkEJB
- ejbActivate() - Method in class de.danet.an.util.log4j.EJBSinkEJB
- Not called for stateless session beans.
- ejbCreate() - Method in class de.danet.an.util.log4j.EJBSinkEJB
- Create a new instance of the EJBSinkEJB.
- ejbPassivate() - Method in class de.danet.an.util.log4j.EJBSinkEJB
- Not called for stateless session beans.
- ejbRemove() - Method in class de.danet.an.util.log4j.EJBSinkEJB
- A container invokes this method before it ends the life of the session object.
- ejbSink - Variable in class de.danet.an.util.log4j.EJBAppender
- The remote interface of the session bean.
G
- getAttribute(String) - Method in class de.danet.an.util.log4j.ApplLog4jFactory
- Return the configuration attribute with the specified name (if any),
or
nullif there is no such attribute. - getAttributeNames() - Method in class de.danet.an.util.log4j.ApplLog4jFactory
- Return an array containing the names of all currently defined configuration attributes.
- getDefaultHierarchy() - Static method in class de.danet.an.util.log4j.ApplLogger
- Return the default Hierarchy instance.
- getInstance(Class) - Method in class de.danet.an.util.log4j.ApplLog4jFactory
- Convenience method to derive a name from the specified class and
call
getInstance(String)with it. - getInstance(String) - Method in class de.danet.an.util.log4j.ApplLog4jFactory
- getLogger(String) - Static method in class de.danet.an.util.log4j.ApplLogger
- Retrieve a category with named as the
nameparameter. - getLogger(Class) - Static method in class de.danet.an.util.log4j.ApplLogger
- Shorthand for
getInstance(clazz.getName()).
I
- instances - Variable in class de.danet.an.util.log4j.ApplLog4jFactory
L
- ListAppender - class de.danet.an.util.log4j.ListAppender.
- This class provides an appender that adds log messages to a list found in the MDC.
- ListAppender() - Constructor for class de.danet.an.util.log4j.ListAppender
- Creates an instance of
ListAppenderwith all attributes initialized to default values. - ListAppender.UIMessage - class de.danet.an.util.log4j.ListAppender.UIMessage.
- This class defines the log message sent to user interface.
- ListAppender.UIMessage(LoggingEvent) - Constructor for class de.danet.an.util.log4j.ListAppender.UIMessage
- Default constructor.
- level - Variable in class de.danet.an.util.log4j.ListAppender.UIMessage
- level() - Method in class de.danet.an.util.log4j.ListAppender.UIMessage
- return the level of this message.
- levelInt - Variable in class de.danet.an.util.log4j.ListAppender.UIMessage
- logger - Static variable in class de.danet.an.util.log4j.ApplLogger
- logger - Static variable in class de.danet.an.util.log4j.ListAppender
M
- MDC_LIST_KEY - Static variable in class de.danet.an.util.log4j.ListAppender
- Unter this key is the appended messages saved in the MDC.
- message - Variable in class de.danet.an.util.log4j.ListAppender.UIMessage
- message() - Method in class de.danet.an.util.log4j.ListAppender.UIMessage
- return the message.
P
- prepareDatabaseConnection() - Method in class de.danet.an.util.log4j.EJBSinkEJB
- Prepared the database connection and the PreparedStatement for the database access.
R
- rc - Static variable in class de.danet.an.util.log4j.ApplLogger
- The hierarchy used in
ApplLogger. - release() - Method in class de.danet.an.util.log4j.ApplLog4jFactory
- Release any internal references to previously created org.apache.commons.logging.Log instances returned by this factory.
- removeAttribute(String) - Method in class de.danet.an.util.log4j.ApplLog4jFactory
- Remove any configuration attribute associated with the specified name.
- requiresLayout() - Method in class de.danet.an.util.log4j.EJBAppender
- Internal method.
- requiresLayout() - Method in class de.danet.an.util.log4j.ListAppender
- Internal method.
S
- setAttribute(String, Object) - Method in class de.danet.an.util.log4j.ApplLog4jFactory
- Set the configuration attribute with the specified name.
- setEjbJNDIName(String) - Method in class de.danet.an.util.log4j.EJBAppender
- Sets the JNDI name of the session bean.
- setSessionContext(SessionContext) - Method in class de.danet.an.util.log4j.EJBSinkEJB
- Set the session context.
A B C D E G I L M P R S
|
|||||||||
| Home >> All >> de >> danet >> an >> util >> [ log4j overview ] | PREV NEXT | ||||||||