|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IErrorLogger | |
---|---|
org.eclipse.actf.core.runtime | |
org.eclipse.actf.util.logging |
Uses of IErrorLogger in org.eclipse.actf.core.runtime |
---|
Fields in org.eclipse.actf.core.runtime declared as IErrorLogger | |
---|---|
protected IErrorLogger |
AbstractRuntimeContext.errorLogger
|
Methods in org.eclipse.actf.core.runtime that return IErrorLogger | |
---|---|
IErrorLogger |
IRuntimeContext.getErrorLogger()
|
IErrorLogger |
AbstractRuntimeContext.getErrorLogger()
|
Uses of IErrorLogger in org.eclipse.actf.util.logging |
---|
Classes in org.eclipse.actf.util.logging that implement IErrorLogger | |
---|---|
class |
AbstractErrorLogger
a base from which error loggers can be built. |
class |
ConsoleErrorLogger
general logger for writing to the console |
class |
EclipseErrorLogger
|
class |
StreamErrorLogger
an error logger for logging errors to an java.io.OutputStream |
Methods in org.eclipse.actf.util.logging with parameters of type IErrorLogger | |
---|---|
void |
IReporter.registerErrorLogger(IErrorLogger logger)
add an error logger to the list of loggers to receive requests to report errors from this reporter. |
void |
AbstractReporter.registerErrorLogger(IErrorLogger logger)
add an error logger to the list of loggers to receive requests to report errors from this reporter. |
void |
IReporter.unregisterErrorLogger(IErrorLogger logger)
remove an error logger from the list of loggers to receive errors |
void |
AbstractReporter.unregisterErrorLogger(IErrorLogger logger)
remove an error logger from the list of loggers to receive errors |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |