A B C D E F G H I K L M O P R S U W

A

addCategories(CategoriesDirective) - Method in class org.apache.avalon.logging.logkit.DefaultLoggingManager
Add a set of category entries using the supplied categories descriptor.
addCategories(String, CategoriesDirective) - Method in class org.apache.avalon.logging.logkit.DefaultLoggingManager
Add a set of category entries relative to the supplied base category path, using the supplied descriptor as the definition of subcategories.
addCategories(CategoriesDirective) - Method in interface org.apache.avalon.logging.provider.LoggingManager
Add a set of category entries using the supplied categories descriptor.
addCategories(String, CategoriesDirective) - Method in interface org.apache.avalon.logging.provider.LoggingManager
Add a set of category entries relative to the supplied base category path, using the supplied descriptor as the definition of subcategories.

B

buildLogTargetFactory(Class) - Method in class org.apache.avalon.logging.logkit.DefaultLogTargetFactoryBuilder
Build a log target factory using a supplied class.
buildLogTargetFactory(Class) - Method in interface org.apache.avalon.logging.logkit.LogTargetFactoryBuilder
Build a log target factory using a supplied class.

C

CONSOLE - Static variable in class org.apache.avalon.logging.logkit.DefaultLoggingManager
 
CategoriesDirective - class org.apache.avalon.logging.data.CategoriesDirective.
Description of the configuration of a set of categories.
CategoriesDirective() - Constructor for class org.apache.avalon.logging.data.CategoriesDirective
Create a CategoriesDirective instance.
CategoriesDirective(String) - Constructor for class org.apache.avalon.logging.data.CategoriesDirective
Create a CategoriesDirective instance.
CategoriesDirective(CategoryDirective[]) - Constructor for class org.apache.avalon.logging.data.CategoriesDirective
Create a CategoriesDirective instance.
CategoriesDirective(String, String, String, CategoryDirective[]) - Constructor for class org.apache.avalon.logging.data.CategoriesDirective
Create a CategoriesDirective instance.
CategoryDirective - class org.apache.avalon.logging.data.CategoryDirective.
A logging category descriptor hierachy.
CategoryDirective(String) - Constructor for class org.apache.avalon.logging.data.CategoryDirective
Creation of a new CategoryDirective using a supplied name.
CategoryDirective(String, String) - Constructor for class org.apache.avalon.logging.data.CategoryDirective
Creation of a new CategoryDirective using a supplied name and priority.
CategoryDirective(String, String, String) - Constructor for class org.apache.avalon.logging.data.CategoryDirective
Creation of a new CategoryDirective using a supplied name, priority, target and collection of subsidiary categories.
ConfigurationParameter - class org.apache.avalon.logging.logkit.ConfigurationParameter.
A parameter descriptor that supports transformation of a a string url or file to a configuration instance.
ConfigurationParameter(String, Configuration) - Constructor for class org.apache.avalon.logging.logkit.ConfigurationParameter
Transform a string to a string array.
create() - Method in class org.apache.avalon.logging.logkit.DefaultLoggingFactory
Creation of a new kernel using the default criteria.
create(Map) - Method in class org.apache.avalon.logging.logkit.DefaultLoggingFactory
Creation of a new logging manager using the supplied criteria.
createDefaultCriteria() - Method in class org.apache.avalon.logging.logkit.DefaultLoggingFactory
Return of map containing the default parameters.
createFormatter(Configuration) - Method in class org.apache.avalon.logging.logkit.DefaultFormatterFactory
Creation of a new formatter using a supplied configuration.
createFormatter(String, String) - Method in class org.apache.avalon.logging.logkit.DefaultFormatterFactory
Creation of a new formatter.
createFormatter(Configuration) - Method in interface org.apache.avalon.logging.logkit.FormatterFactory
Creation of a new formatter using a supplied configuration.
createFormatter(String, String) - Method in interface org.apache.avalon.logging.logkit.FormatterFactory
Creation of a new formatter.
createTarget(Configuration) - Method in interface org.apache.avalon.logging.logkit.LogTargetFactory
Create a LogTarget based on a Configuration
createTarget(Configuration) - Method in class org.apache.avalon.logging.logkit.factory.FileTargetFactory
Create a LogTarget based on a Configuration
createTarget(Configuration) - Method in class org.apache.avalon.logging.logkit.factory.MulticastTargetFactory
Create a LogTarget based on a supplied configuration
createTarget(Configuration) - Method in class org.apache.avalon.logging.logkit.factory.PluginTargetFactory
Create a LogTarget based on a supplied configuration
createTarget(Configuration) - Method in class org.apache.avalon.logging.logkit.factory.StreamTargetFactory
Create a LogTarget based on a Configuration
createTarget(Configuration) - Method in class org.apache.avalon.logging.logkit.factory.datagram.DatagramTargetFactory
Create a LogTarget based on a supplied configuration
createTarget(Configuration) - Method in class org.apache.avalon.logging.logkit.factory.socket.SocketTargetFactory
Creates a log target based on Configuration

D

DEBUG - Static variable in class org.apache.avalon.logging.data.CategoryDirective
Constant category priority value for debug mode.
DEFAULT_FORMAT - Static variable in class org.apache.avalon.logging.logkit.DefaultLoggingManager
 
DEFAULT_FORMAT - Static variable in interface org.apache.avalon.logging.logkit.FormatterFactory
 
DEFAULT_STACKTRACE_POLICY - Static variable in class org.apache.avalon.logging.logkit.StandardFormatter
 
DatagramTargetFactory - class org.apache.avalon.logging.logkit.factory.datagram.DatagramTargetFactory.
This factory creates LogTargets with a wrapped DatagramOutputTarget around it.
DatagramTargetFactory(FormatterFactory) - Constructor for class org.apache.avalon.logging.logkit.factory.datagram.DatagramTargetFactory
 
DefaultFormatterFactory - class org.apache.avalon.logging.logkit.DefaultFormatterFactory.
Factory for Formatter-s.
DefaultFormatterFactory() - Constructor for class org.apache.avalon.logging.logkit.DefaultFormatterFactory
 
DefaultLogTargetFactoryBuilder - class org.apache.avalon.logging.logkit.DefaultLogTargetFactoryBuilder.
The DefaultLoggingFactory provides support for the establishment of a new logging system using LogKit as the implementation.
DefaultLogTargetFactoryBuilder(InitialContext, ClassLoader, Logger, File, LogTargetFactoryManager, LogTargetManager) - Constructor for class org.apache.avalon.logging.logkit.DefaultLogTargetFactoryBuilder
Creation of a new default factory.
DefaultLoggingCriteria - class org.apache.avalon.logging.logkit.DefaultLoggingCriteria.
DefaultLoggingCriteria is a class holding the values supplied by a user for application to a LoggingManager factory.
DefaultLoggingCriteria(InitialContext) - Constructor for class org.apache.avalon.logging.logkit.DefaultLoggingCriteria
Creation of a new default logging criteria.
DefaultLoggingFactory - class org.apache.avalon.logging.logkit.DefaultLoggingFactory.
The DefaultLoggingFactory provides support for the establishment of a new logging system using LogKit as the implementation.
DefaultLoggingFactory(InitialContext, ClassLoader) - Constructor for class org.apache.avalon.logging.logkit.DefaultLoggingFactory
Creation of a new default factory.
DefaultLoggingManager - class org.apache.avalon.logging.logkit.DefaultLoggingManager.
A LoggerManager interface declares operation supporting the management of a logging hierarchy.
DefaultLoggingManager(Logger, LogTargetManager, CategoriesDirective, String, boolean) - Constructor for class org.apache.avalon.logging.logkit.DefaultLoggingManager
Creation of a new logging manager using based on LogKit.
debug(String) - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Log a debug message.
debug(String, Throwable) - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Log a debug message.

E

ERROR - Static variable in class org.apache.avalon.logging.data.CategoryDirective
Constant category priority value for error mode.
equals(Object) - Method in class org.apache.avalon.logging.data.CategoriesDirective
Test this object for equality with the suppplied object.
equals(Object) - Method in class org.apache.avalon.logging.data.CategoryDirective
 
error(String) - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Log a error message.
error(String, Throwable) - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Log a error message.

F

FACTORY_ARTIFACT_KEY - Static variable in interface org.apache.avalon.logging.provider.LoggingCriteria
The logging artifact key.
FORMAT - Static variable in class org.apache.avalon.logging.logkit.DefaultLoggingManager
 
FileTargetFactory - class org.apache.avalon.logging.logkit.factory.FileTargetFactory.
FileTargetFactory class.
FileTargetFactory(File, FormatterFactory) - Constructor for class org.apache.avalon.logging.logkit.factory.FileTargetFactory
 
FormatterFactory - interface org.apache.avalon.logging.logkit.FormatterFactory.
Factory for Formatter-s.
fatalError(String) - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Log a fatalError message.
fatalError(String, Throwable) - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Log a fatalError message.
formatPatternRun(LogEvent, PatternFormatter.PatternRun) - Method in class org.apache.avalon.logging.logkit.StandardFormatter
Return the result of formaltting a pattern run.

G

getBaseDirectory() - Method in class org.apache.avalon.logging.logkit.DefaultLoggingCriteria
Return the base directory for logging resources.
getBaseDirectory() - Method in interface org.apache.avalon.logging.provider.LoggingCriteria
Return the base directory for logging resources.
getBootstrapLogger() - Method in class org.apache.avalon.logging.logkit.DefaultLoggingCriteria
Get the bootstrap logging channel
getBootstrapLogger() - Method in interface org.apache.avalon.logging.provider.LoggingCriteria
Get the bootstrap logging channel
getCategories() - Method in class org.apache.avalon.logging.data.CategoriesDirective
Return the set of logging categories.
getCategoryDirective(String) - Method in class org.apache.avalon.logging.data.CategoriesDirective
Return a named category.
getChildLogger(String) - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Create a new child logger.
getConfiguration() - Method in class org.apache.avalon.logging.logkit.DefaultLoggingCriteria
Return the logging system configuration
getConfiguration() - Method in interface org.apache.avalon.logging.provider.LoggingCriteria
Return the logging system configuration
getFactoryArtifact() - Method in class org.apache.avalon.logging.logkit.DefaultLoggingCriteria
Return the artifact reference to the logging implementation factory .
getFactoryArtifact() - Method in interface org.apache.avalon.logging.provider.LoggingCriteria
Return the artifact reference to the logging implementation factory .
getFileStrategy(Configuration, File) - Method in class org.apache.avalon.logging.logkit.factory.FileTargetFactory
 
getLogTarget(String) - Method in interface org.apache.avalon.logging.logkit.LogTargetManager
Find a logging target matching the suppled id.
getLogTargetFactory(String) - Method in interface org.apache.avalon.logging.logkit.LogTargetFactoryManager
Find a logging target factory matching the suppled key.
getLoggerForCategory(String) - Method in class org.apache.avalon.logging.logkit.DefaultLoggingManager
Return the Logger for the specified category.
getLoggerForCategory(String) - Method in interface org.apache.avalon.logging.provider.LoggingManager
Return the Logger for the specified category.
getName() - Method in class org.apache.avalon.logging.data.CategoryDirective
Return the category name.
getPriority() - Method in class org.apache.avalon.logging.data.CategoryDirective
Return the logging priority for the category.
getStackTrace(Throwable, String) - Method in class org.apache.avalon.logging.logkit.StandardFormatter
Utility method to format stack trace.
getTarget() - Method in class org.apache.avalon.logging.data.CategoryDirective
Return the default log target for the category.
getTypeIdFor(String) - Method in class org.apache.avalon.logging.logkit.StandardFormatter
Retrieve the type-id for a particular string.

H

hashCode() - Method in class org.apache.avalon.logging.data.CategoriesDirective
Return the hashcode for the object.
hashCode() - Method in class org.apache.avalon.logging.data.CategoryDirective
 

I

INFO - Static variable in class org.apache.avalon.logging.data.CategoryDirective
Constant category priority value for info mode.
info(String) - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Log a info message.
info(String, Throwable) - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Log a info message.
isDebugEnabled() - Method in class org.apache.avalon.logging.logkit.DefaultLoggingCriteria
Return debug policy.
isDebugEnabled() - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Determine if messages of priority "debug" will be logged.
isDebugEnabled() - Method in interface org.apache.avalon.logging.provider.LoggingCriteria
Return debug policy.
isErrorEnabled() - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Determine if messages of priority "error" will be logged.
isFatalErrorEnabled() - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Determine if messages of priority "fatalError" will be logged.
isInfoEnabled() - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Determine if messages of priority "info" will be logged.
isWarnEnabled() - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Determine if messages of priority "warn" will be logged.

K

KEY - Static variable in interface org.apache.avalon.logging.provider.LoggingManager
Standard context key for the logging manager.

L

LOGGING_BASEDIR_KEY - Static variable in interface org.apache.avalon.logging.provider.LoggingCriteria
The key of a the criteria argument that declares the base directory to be used for persistent content.
LOGGING_BOOTSTRAP_KEY - Static variable in interface org.apache.avalon.logging.provider.LoggingCriteria
The logging system bootstrap logger key.
LOGGING_CONFIGURATION_KEY - Static variable in interface org.apache.avalon.logging.provider.LoggingCriteria
The logging configuration key.
LOGGING_DEBUG_KEY - Static variable in interface org.apache.avalon.logging.provider.LoggingCriteria
Debug mode.
LogKitLogger - class org.apache.avalon.logging.logkit.LogKitLogger.
The default LogKit wrapper class for Logger.
LogKitLogger(Logger) - Constructor for class org.apache.avalon.logging.logkit.LogKitLogger
Create a logger that delegates to specified logger.
LogTargetException - exception org.apache.avalon.logging.logkit.LogTargetException.
Exception to indicate that there was a logging target creation error.
LogTargetException(String) - Constructor for class org.apache.avalon.logging.logkit.LogTargetException
Construct a new LogTargetException instance.
LogTargetException(String, Throwable) - Constructor for class org.apache.avalon.logging.logkit.LogTargetException
Construct a new LogTargetException instance.
LogTargetFactory - interface org.apache.avalon.logging.logkit.LogTargetFactory.
LogTargetFactory Interface.
LogTargetFactoryBuilder - interface org.apache.avalon.logging.logkit.LogTargetFactoryBuilder.
A LogTargetFactoryBuilder provides support for the establishment of new logging targets.
LogTargetFactoryManager - interface org.apache.avalon.logging.logkit.LogTargetFactoryManager.
The LogTargetFactoryManager interface.
LogTargetManager - interface org.apache.avalon.logging.logkit.LogTargetManager.
LogTargetManager Interface.
LoggerParameter - class org.apache.avalon.logging.logkit.LoggerParameter.
A parameter descriptor that supports transformation of a a string url or file to a configuration instance.
LoggerParameter(String, Logger) - Constructor for class org.apache.avalon.logging.logkit.LoggerParameter
Creation of a new logger parameter.
LoggingCriteria - interface org.apache.avalon.logging.provider.LoggingCriteria.
DefaultLoggingCriteria is a class holding the values supplied by a user for application to a LoggingManager factory.
LoggingException - exception org.apache.avalon.logging.provider.LoggingException.
Exception to indicate that there was a logging management related error.
LoggingException(String) - Constructor for class org.apache.avalon.logging.provider.LoggingException
Construct a new LoggingException instance.
LoggingException(String, Throwable) - Constructor for class org.apache.avalon.logging.provider.LoggingException
Construct a new LoggingException instance.
LoggingManager - interface org.apache.avalon.logging.provider.LoggingManager.
A LoggerManager that supports the management of a logging hierarchy.
LoggingRuntimeException - exception org.apache.avalon.logging.provider.LoggingRuntimeException.
Exception to indicate that there was a logging management related error.
LoggingRuntimeException(String) - Constructor for class org.apache.avalon.logging.provider.LoggingRuntimeException
Construct a new LoggingRuntimeException instance.
LoggingRuntimeException(String, Throwable) - Constructor for class org.apache.avalon.logging.provider.LoggingRuntimeException
Construct a new LoggingRuntimeException instance.

M

MissingIdException - exception org.apache.avalon.logging.logkit.MissingIdException.
Exception to indicate that a log target configuration does not contain a target id.
MissingIdException(String) - Constructor for class org.apache.avalon.logging.logkit.MissingIdException
Construct a new MissingIdException instance.
MissingIdException(String, Throwable) - Constructor for class org.apache.avalon.logging.logkit.MissingIdException
Construct a new MissingIdException instance.
MulticastTargetFactory - class org.apache.avalon.logging.logkit.factory.MulticastTargetFactory.
A log target factory that handles creation of a new multicast log target instances.
MulticastTargetFactory(LogTargetManager) - Constructor for class org.apache.avalon.logging.logkit.factory.MulticastTargetFactory
 

O

org.apache.avalon.logging.data - package org.apache.avalon.logging.data
The data package contains the principal meta-data directives used to describe logging categories.
org.apache.avalon.logging.logkit - package org.apache.avalon.logging.logkit
The logkit/impl package contains the DefaultLoggingManager which is an initial bootstrap logging mananager that uses mata information about logging targets and catagories.
org.apache.avalon.logging.logkit.factory - package org.apache.avalon.logging.logkit.factory
The factory package contains a set of standard logging targets including a rotating file log target, a serial target (suitable for console logging), and a multicast target used for redirecting log event to multiple targets.
org.apache.avalon.logging.logkit.factory.datagram - package org.apache.avalon.logging.logkit.factory.datagram
The datagram package contains a datagram plugin log target.
org.apache.avalon.logging.logkit.factory.socket - package org.apache.avalon.logging.logkit.factory.socket
The socket package contains a plugin socket log target.
org.apache.avalon.logging.provider - package org.apache.avalon.logging.provider
The provider package contains the LoggingManager which is an interface to the initial logging mananagement system that leverages mata information about logging targets and catagories.

P

PluginTargetFactory - class org.apache.avalon.logging.logkit.factory.PluginTargetFactory.
A log target factory that establishes log targets based on a artifact reference.
PluginTargetFactory(ClassLoader, InitialContext, LogTargetFactoryBuilder) - Constructor for class org.apache.avalon.logging.logkit.factory.PluginTargetFactory
 

R

resolve(Object) - Method in class org.apache.avalon.logging.logkit.ConfigurationParameter
Resolve a supplied string to a configuration
resolve(Object) - Method in class org.apache.avalon.logging.logkit.LoggerParameter
Resolve a supplied string to a configuration

S

SocketTargetFactory - class org.apache.avalon.logging.logkit.factory.socket.SocketTargetFactory.
This plugin factory creates LogTargets with a wrapped SocketOutputTarget around it.
SocketTargetFactory() - Constructor for class org.apache.avalon.logging.logkit.factory.socket.SocketTargetFactory
 
StandardFormatter - class org.apache.avalon.logging.logkit.StandardFormatter.
This formatter extends ExtendedPatternFormatter so that CascadingExceptions are formatted with all nested exceptions.
StandardFormatter(String) - Constructor for class org.apache.avalon.logging.logkit.StandardFormatter
Construct the formatter with the specified pattern and which which prints out exceptions to stackDepth of 8.
StandardFormatter(String, boolean) - Constructor for class org.apache.avalon.logging.logkit.StandardFormatter
Construct the formatter with the specified pattern and which which prints out exceptions to stackDepth specified.
StreamTargetFactory - class org.apache.avalon.logging.logkit.factory.StreamTargetFactory.
TargetFactory for StreamTarget.
StreamTargetFactory(FormatterFactory) - Constructor for class org.apache.avalon.logging.logkit.factory.StreamTargetFactory
 
setBaseDirectory(File) - Method in class org.apache.avalon.logging.logkit.DefaultLoggingCriteria
Set the base directory.
setBaseDirectory(File) - Method in interface org.apache.avalon.logging.provider.LoggingCriteria
Set the base directory for logging resources.
setBootstrapLogger(Logger) - Method in class org.apache.avalon.logging.logkit.DefaultLoggingCriteria
Set the bootstrap logging channel
setBootstrapLogger(Logger) - Method in interface org.apache.avalon.logging.provider.LoggingCriteria
Set the bootstrap logging channel
setConfiguration(Configuration) - Method in class org.apache.avalon.logging.logkit.DefaultLoggingCriteria
Set the logging system configuration
setConfiguration(Configuration) - Method in interface org.apache.avalon.logging.provider.LoggingCriteria
Set the logging system configuration
setDebugEnabled(boolean) - Method in class org.apache.avalon.logging.logkit.DefaultLoggingCriteria
Set the debug enabled policy
setDebugEnabled(boolean) - Method in interface org.apache.avalon.logging.provider.LoggingCriteria
Set the debug enabled policy
setFactoryArtifact(Artifact) - Method in class org.apache.avalon.logging.logkit.DefaultLoggingCriteria
Set the artifact referencing the implementation factory.
setFactoryArtifact(Artifact) - Method in interface org.apache.avalon.logging.provider.LoggingCriteria
Set the artifact referencing the implementation factory.

U

UnknownLogTargetException - exception org.apache.avalon.logging.logkit.UnknownLogTargetException.
Exception to indicate that a log target reference is unknown.
UnknownLogTargetException(String) - Constructor for class org.apache.avalon.logging.logkit.UnknownLogTargetException
Construct a new UnknownLogTargetException instance.
UnknownLogTargetException(String, Throwable) - Constructor for class org.apache.avalon.logging.logkit.UnknownLogTargetException
Construct a new UnknownLogTargetException instance.

W

WARN - Static variable in class org.apache.avalon.logging.data.CategoryDirective
Constant category priority value for warning mode.
warn(String) - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Log a warn message.
warn(String, Throwable) - Method in class org.apache.avalon.logging.logkit.LogKitLogger
Log a warn message.

A B C D E F G H I K L M O P R S U W

Copyright © Apache Software Foundation. All Rights Reserved.