Frames | No Frames |
Constructors with parameter type org.apache.log.ErrorHandler | |
AbstractTarget constructor. |
Fields of type org.apache.log.ErrorHandler | |
ErrorHandler | |
ErrorHandler |
Methods with parameter type org.apache.log.ErrorHandler | |
void | Provide component with ErrorHandler. |
void | Provide component with ErrorHandler. |
Methods with return type org.apache.log.ErrorHandler | |
ErrorHandler | Helper method to retrieve ErrorHandler for subclasses. |
Classes implementing org.apache.log.ErrorHandler | |
class |
Constructors with parameter type org.apache.log.ErrorHandler | |
Logger.Logger(ErrorHandler errorHandler, LoggerListener loggerListener, String category, LogTarget[] logTargets, Logger parent) Protected constructor for use inside the logging toolkit. |
Fields of type org.apache.log.ErrorHandler | |
ErrorHandler | |
ErrorHandler |
Methods with parameter type org.apache.log.ErrorHandler | |
void | Provide component with ErrorHandler. |
void | Set the ErrorHandler associated with hierarchy. |
Classes implementing org.apache.log.ErrorHandler | |
class | Handle unrecoverable errors that occur during logging by
writing to standard error. |
Constructors with parameter type org.apache.log.ErrorHandler | |
JMSQueueTarget.JMSQueueTarget(MessageBuilder builder, QueueConnectionFactory factory, Queue queue, ErrorHandler handler) | |
JMSTopicTarget.JMSTopicTarget(MessageBuilder builder, TopicConnectionFactory factory, Topic topic, ErrorHandler handler) |