A B C D E F G H I L M N O P R S T U W 
All Classes All Packages

A

addLoggerListener(LoggerListener) - Method in class org.apache.log.Hierarchy
Set the LoggerListener associated with hierarchy.

B

bind(ContextMap) - Static method in class org.apache.log.ContextMap
Bind a particular ContextMap to current thread.

C

CATEGORY_SEPARATOR - Static variable in class org.apache.log.Logger
Separator character use to separate different categories
clear() - Method in class org.apache.log.ContextMap
Empty the context map.
ContextMap - Class in org.apache.log
The ContextMap contains non-hierarchical context information relevant to a particular LogEvent.
ContextMap() - Constructor for class org.apache.log.ContextMap
Default constructor.
ContextMap(ContextMap) - Constructor for class org.apache.log.ContextMap
Constructor that sets parent contextMap.

D

debug(String) - Method in class org.apache.log.Logger
Log a debug priority event.
debug(String, Throwable) - Method in class org.apache.log.Logger
Log a debug priority event.
DEBUG - Static variable in class org.apache.log.Priority
Developer orientated messages, usually used during development of product.
DEFAULT_FORMAT - Static variable in class org.apache.log.Hierarchy
 

E

error(String) - Method in class org.apache.log.Logger
Log a error priority event.
error(String, Throwable) - Method in class org.apache.log.Logger
Log a error priority event.
error(String, Throwable, LogEvent) - Method in interface org.apache.log.ErrorHandler
Log an unrecoverable error.
ERROR - Static variable in class org.apache.log.Priority
A problem has occurred but it is not fatal.
ErrorAware - Interface in org.apache.log
Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler.
ErrorHandler - Interface in org.apache.log
Handle unrecoverable errors that occur during logging.

F

FATAL_ERROR - Static variable in class org.apache.log.Priority
Something caused whole system to fail.
fatalError(String) - Method in class org.apache.log.Logger
Log a fatalError priority event.
fatalError(String, Throwable) - Method in class org.apache.log.Logger
Log a fatalError priority event.

G

get(String) - Method in class org.apache.log.ContextMap
Get an entry from the context.
get(String, Object) - Method in class org.apache.log.ContextMap
Get an entry from the context.
getCategory() - Method in class org.apache.log.LogEvent
Get the category that LogEvent relates to.
getChildLogger(String) - Method in class org.apache.log.Logger
Create a new child logger.
getChildren() - Method in class org.apache.log.Logger
Get all the child Loggers of current logger.
getContextMap() - Method in class org.apache.log.LogEvent
Get ContextMap associated with LogEvent
getCurrentContext() - Static method in class org.apache.log.ContextMap
Get current ContextMap.
getCurrentContext(boolean) - Static method in class org.apache.log.ContextMap
Get current ContextMap.
getDefaultHierarchy() - Static method in class org.apache.log.Hierarchy
Retrieve the default hierarchy.
getLoggerFor(String) - Method in class org.apache.log.Hierarchy
Retrieve a logger for named category.
getMessage() - Method in class org.apache.log.LogEvent
Get the message associated with event.
getName() - Method in class org.apache.log.Priority
Get name of priority.
getPriority() - Method in class org.apache.log.LogEvent
Get Priority for LogEvent.
getPriorityForName(String) - Static method in class org.apache.log.Priority
Retrieve a Priority object for the name parameter.
getRelativeTime() - Method in class org.apache.log.LogEvent
Get the time of the log event relative to start of application.
getRootLogger() - Method in class org.apache.log.Hierarchy
Utility method to retrieve logger for hierarchy.
getSize() - Method in class org.apache.log.ContextMap
Get the number of contexts in map.
getThrowable() - Method in class org.apache.log.LogEvent
Get throwabe instance associated with event.
getTime() - Method in class org.apache.log.LogEvent
Get the absolute time of the log event.
getValue() - Method in class org.apache.log.Priority
Get numerical value associated with priority.

H

Hierarchy - Class in org.apache.log
This class encapsulates a basic independent log hierarchy.
Hierarchy() - Constructor for class org.apache.log.Hierarchy
Create a hierarchy object.

I

info(String) - Method in class org.apache.log.Logger
Log a info priority event.
info(String, Throwable) - Method in class org.apache.log.Logger
Log a info priority event.
INFO - Static variable in class org.apache.log.Priority
Useful information messages such as state changes, client connection, user login etc.
isDebugEnabled() - Method in class org.apache.log.Logger
Determine if messages of priority DEBUG will be logged.
isErrorEnabled() - Method in class org.apache.log.Logger
Determine if messages of priority ERROR will be logged.
isFatalErrorEnabled() - Method in class org.apache.log.Logger
Determine if messages of priority FATAL_ERROR will be logged.
isGreater(Priority) - Method in class org.apache.log.Priority
Test whether this priority is greater than other priority.
isInfoEnabled() - Method in class org.apache.log.Logger
Determine if messages of priority INFO will be logged.
isLower(Priority) - Method in class org.apache.log.Priority
Test whether this priority is lower than other priority.
isLowerOrEqual(Priority) - Method in class org.apache.log.Priority
Test whether this priority is lower or equal to other priority.
isPriorityEnabled(Priority) - Method in class org.apache.log.Logger
Determine if messages of priority �will be logged.
isReadOnly() - Method in class org.apache.log.ContextMap
Determine if context is read-only.
isWarnEnabled() - Method in class org.apache.log.Logger
Determine if messages of priority WARN will be logged.

L

log(Priority, String) - Method in class org.apache.log.Logger
Log a event at specific priority with a certain message.
log(Priority, String, Throwable) - Method in class org.apache.log.Logger
Log a event at specific priority with a certain message and throwable.
LogEvent - Class in org.apache.log
This class encapsulates each individual log event.
LogEvent() - Constructor for class org.apache.log.LogEvent
 
Logger - Class in org.apache.log
The object interacted with by client objects to perform logging.
LogTarget - Interface in org.apache.log
LogTarget is a class to encapsulate outputting LogEvent's.

M

makeReadOnly() - Method in class org.apache.log.ContextMap
Make the context read-only.

N

NONE - Static variable in class org.apache.log.Priority
Do not log anything.

O

org.apache.log - module org.apache.log
 
org.apache.log - package org.apache.log
Avalon LogKit is the logging framework used throughout the Avalon project.

P

Priority - Class in org.apache.log
Class representing and holding constants for priority.
processEvent(LogEvent) - Method in interface org.apache.log.LogTarget
Process a log event.

R

removeCurrentContext() - Static method in class org.apache.log.ContextMap
Remove current ContextMap.
removeLoggerListener(LoggerListener) - Method in class org.apache.log.Hierarchy
Remove the LoggerListener associated with hierarchy.

S

set(String, Object) - Method in class org.apache.log.ContextMap
Set a value in context
setAdditivity(boolean) - Method in class org.apache.log.Logger
Make this logger additive.
setCategory(String) - Method in class org.apache.log.LogEvent
Set the LogEvent category.
setContextMap(ContextMap) - Method in class org.apache.log.LogEvent
Set the ContextMap for this LogEvent.
setDefaultLogTarget(LogTarget) - Method in class org.apache.log.Hierarchy
Set the default log target for hierarchy.
setDefaultLogTargets(LogTarget[]) - Method in class org.apache.log.Hierarchy
Set the default log targets for this hierarchy.
setDefaultPriority(Priority) - Method in class org.apache.log.Hierarchy
Set the default priority for hierarchy.
setErrorHandler(ErrorHandler) - Method in interface org.apache.log.ErrorAware
Provide component with ErrorHandler.
setErrorHandler(ErrorHandler) - Method in class org.apache.log.Hierarchy
Set the ErrorHandler associated with hierarchy.
setLogTargets(LogTarget[]) - Method in class org.apache.log.Logger
Set the log targets for this logger.
setMessage(String) - Method in class org.apache.log.LogEvent
Set the message for LogEvent.
setPriority(Priority) - Method in class org.apache.log.LogEvent
Set the priority of LogEvent.
setPriority(Priority) - Method in class org.apache.log.Logger
Set the priority for this logger.
setThrowable(Throwable) - Method in class org.apache.log.LogEvent
Set the throwable for LogEvent.
setTime(long) - Method in class org.apache.log.LogEvent
Set the absolute time of LogEvent.

T

toString() - Method in class org.apache.log.Priority
Overidden string to display Priority in human readable form.

U

unsetLogTargets() - Method in class org.apache.log.Logger
Unset the logtargets for this logger.
unsetLogTargets(boolean) - Method in class org.apache.log.Logger
Unset the logtargets for this logger and all child loggers if recursive is set.
unsetPriority() - Method in class org.apache.log.Logger
Unset the priority of Logger.
unsetPriority(boolean) - Method in class org.apache.log.Logger
Unset the priority of Logger.

W

warn(String) - Method in class org.apache.log.Logger
Log a warn priority event.
warn(String, Throwable) - Method in class org.apache.log.Logger
Log a warn priority event.
WARN - Static variable in class org.apache.log.Priority
A problem or conflict has occurred but it may be recoverable, then again it could be the start of the system failing.
A B C D E F G H I L M N O P R S T U W 
All Classes All Packages