Package | Description |
---|---|
org.apache.log |
Avalon LogKit is the logging framework used throughout
the Avalon project.
|
Modifier and Type | Class and Description |
---|---|
private class |
Hierarchy.InnerLoggerListener
Inner class to redirect to hierarchys real LoggerListener if any.
|
Modifier and Type | Field and Description |
---|---|
private LoggerListener |
Logger.m_loggerListener |
private LoggerListener |
Hierarchy.m_loggerListener |
Modifier and Type | Method and Description |
---|---|
void |
Hierarchy.addLoggerListener(LoggerListener loggerListener)
Set the LoggerListener associated with hierarchy.
|
void |
Hierarchy.removeLoggerListener(LoggerListener loggerListener)
Remove the LoggerListener associated with hierarchy.
|
Constructor and Description |
---|
Logger(ErrorHandler errorHandler,
LoggerListener loggerListener,
String category,
LogTarget[] logTargets,
Logger parent)
Protected constructor for use inside the logging toolkit.
|
Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.