|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Logger | |
---|---|
org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
org.apache.uima.analysis_engine | The Analysis Engine interface, along with supporting interfaces and exception classes. |
org.apache.uima.analysis_engine.annotator | The Annotator Interfaces, along with supporting interfaces and exception classes. |
org.apache.uima.analysis_engine.impl | |
org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. |
org.apache.uima.impl | Contains reference implementations of the interfaces in
org.apache.uima . |
org.apache.uima.internal.util | |
org.apache.uima.resource | Interfaces for Resources and ResourceSpecifiers . |
org.apache.uima.util | Utility classes and interfaces used by UIMA components. |
org.apache.uima.util.impl |
Uses of Logger in org.apache.uima |
---|
Methods in org.apache.uima that return Logger | |
---|---|
protected abstract Logger |
UIMAFramework._getLogger()
To be implemented by subclasses; this should return a reference to the default UIMA Logger used by this implementation. |
protected abstract Logger |
UIMAFramework._getLogger(java.lang.Class<?> component)
To be implemented by subclasses; this should return a reference to the UIMA Logger of
the specified source class. |
protected abstract Logger |
UIMAFramework._newLogger()
To be implemented by subclasses; this should return a new UIMA Logger instance. |
static Logger |
UIMAFramework.getLogger()
Gets the Logger used by the UIMA framework. |
Logger |
UimaContext.getLogger()
Gets the Logger to which log output will be sent. |
static Logger |
UIMAFramework.getLogger(java.lang.Class<?> component)
Gets the Logger used by a particular Class, for example an
Annotator. |
static Logger |
UIMAFramework.newLogger()
Creates a new Logger , which can be passed for example to the
AnalysisEngine.setLogger(Logger) method in order to have separate Analysis Engine
instances used separate loggers. |
Methods in org.apache.uima with parameters of type Logger | |
---|---|
void |
UimaContextAdmin.initializeRoot(Logger aLogger,
ResourceManager aResourceManager,
ConfigurationManager aConfigurationManager)
Initializes a root UimaContext. |
static UimaContextAdmin |
UIMAFramework.newUimaContext(Logger aLogger,
ResourceManager aResourceManager,
ConfigurationManager aConfigManager)
Gets a new instance of a UimaContext . |
void |
UimaContextAdmin.setLogger(Logger aLogger)
Sets the Logger for this UimaContext. |
Uses of Logger in org.apache.uima.analysis_engine |
---|
Methods in org.apache.uima.analysis_engine that return Logger | |
---|---|
Logger |
AnalysisEngine.getLogger()
Gets the Logger that this Analysis Engine is currently using. |
Methods in org.apache.uima.analysis_engine with parameters of type Logger | |
---|---|
void |
AnalysisEngine.setLogger(Logger aLogger)
Sets the Logger that this Analysis Engine will use. |
Uses of Logger in org.apache.uima.analysis_engine.annotator |
---|
Methods in org.apache.uima.analysis_engine.annotator that return Logger | |
---|---|
Logger |
AnnotatorContext.getLogger()
Deprecated. Gets the Logger to which this annotator should send its log output. |
Uses of Logger in org.apache.uima.analysis_engine.impl |
---|
Methods in org.apache.uima.analysis_engine.impl that return Logger | |
---|---|
Logger |
AnnotatorContext_impl.getLogger()
|
Methods in org.apache.uima.analysis_engine.impl with parameters of type Logger | |
---|---|
void |
MultiprocessingAnalysisEngine_impl.setLogger(Logger aLogger)
|
Uses of Logger in org.apache.uima.cas.impl |
---|
Constructors in org.apache.uima.cas.impl with parameters of type Logger | |
---|---|
ListUtils(CASImpl aCASImpl,
Logger aLogger,
org.xml.sax.ErrorHandler aErrorHandler)
Creates a new ListUtils object. |
Uses of Logger in org.apache.uima.impl |
---|
Methods in org.apache.uima.impl that return Logger | |
---|---|
protected Logger |
UIMAFramework_impl._getLogger()
To be implemented by subclasses; this should return a reference to the UIMA {@link Logger) used by this implementation. |
protected Logger |
UIMAFramework_impl._getLogger(java.lang.Class component)
To be implemented by subclasses; this should return a reference to the UIMA Logger of
the specified source class. |
protected Logger |
UIMAFramework_impl._newLogger()
|
Logger |
ChildUimaContext_impl.getLogger()
|
Logger |
RootUimaContext_impl.getLogger()
|
Methods in org.apache.uima.impl with parameters of type Logger | |
---|---|
void |
ChildUimaContext_impl.initializeRoot(Logger aLogger,
ResourceManager aResourceManager,
ConfigurationManager aConfigurationManager)
|
void |
RootUimaContext_impl.initializeRoot(Logger aLogger,
ResourceManager aResourceManager,
ConfigurationManager aConfigurationManager)
|
void |
ChildUimaContext_impl.setLogger(Logger aLogger)
|
void |
RootUimaContext_impl.setLogger(Logger aLogger)
|
Uses of Logger in org.apache.uima.internal.util |
---|
Methods in org.apache.uima.internal.util with parameters of type Logger | |
---|---|
void |
AnalysisEnginePool.setLogger(Logger aLogger)
Sets logger for all AnalysisEngines in pool. |
Uses of Logger in org.apache.uima.resource |
---|
Methods in org.apache.uima.resource that return Logger | |
---|---|
Logger |
Resource_ImplBase.getLogger()
|
Logger |
Resource.getLogger()
Gets the Logger that this Resource is currently using. |
Methods in org.apache.uima.resource with parameters of type Logger | |
---|---|
void |
Resource_ImplBase.setLogger(Logger aLogger)
|
void |
Resource.setLogger(Logger aLogger)
Sets the Logger that this Resource will use. |
Uses of Logger in org.apache.uima.util |
---|
Constructors in org.apache.uima.util with parameters of type Logger | |
---|---|
LoggerPrintStream(Logger logger,
Level level)
|
Uses of Logger in org.apache.uima.util.impl |
---|
Classes in org.apache.uima.util.impl that implement Logger | |
---|---|
class |
JSR47Logger_impl
UIMA Logging interface implementation for Java Logging Toolkit JSR-47 (JDK 1.4) |
class |
Log4jLogger_impl
UIMA Logging interface implementation for Log4j |
class |
Logger_impl
UIMA Logging interface implementation without using an logging toolkit |
Methods in org.apache.uima.util.impl that return Logger | |
---|---|
static Logger |
Logger_impl.getInstance()
creates a new Logger instance for the specified source class |
static Logger |
JSR47Logger_impl.getInstance()
Creates a new JSR47Logger instance with the default JSR-47 framework logger |
static Logger |
Log4jLogger_impl.getInstance()
Creates a new Log4jLogger instance with the default Log4j framework logger |
static Logger |
Logger_impl.getInstance(java.lang.Class<?> component)
creates a new Logger instance for the specified source class |
static Logger |
JSR47Logger_impl.getInstance(java.lang.Class<?> component)
Creates a new JSR47Logger instance for the specified source class |
static Logger |
Log4jLogger_impl.getInstance(java.lang.Class<?> component)
Creates a new Log4jLogger instance for the specified source class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |