| Package | Description | 
|---|---|
| org.apache.uima | Apache UIMA | 
| org.apache.uima.analysis_component | |
| 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.flow | |
| org.apache.uima.impl | Apache UIMA internals | 
| org.apache.uima.resource | Interfaces for  ResourcesandResourceSpecifiers. | 
| org.apache.uima.util | Utility classes and interfaces used by UIMA components. | 
| org.apache.uima.util.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Logger | UIMAFramework. _getLogger()To be implemented by subclasses; this should return a reference to the default UIMA
  Loggerused by this implementation. | 
| protected abstract Logger | UIMAFramework. _getLogger(Class<?> component)To be implemented by subclasses; this should return a reference to the UIMA  Loggerof
 the specified source class. | 
| protected abstract Logger | UIMAFramework. _newLogger()To be implemented by subclasses; this should return a new UIMA  Loggerinstance. | 
| static Logger | UIMAFramework. getLogger()Gets the  Loggerused by the UIMA framework. | 
| Logger | UimaContext. getLogger()Gets the  Loggerto which log output will be sent. | 
| static Logger | UIMAFramework. getLogger(Class<?> component)Gets the  Loggerused by a particular Class, for example an
 Annotator. | 
| static Logger | UIMAFramework. newLogger()Creates a new  Logger, which can be passed for example to theAnalysisEngine.setLogger(Logger)method in order to have separate Analysis Engine
 instances used separate loggers. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logger | AnalysisComponent_ImplBase. getLogger() | 
| Modifier and Type | Method and Description | 
|---|---|
| Logger | AnalysisEngine. getLogger()Gets the Logger that this Analysis Engine is currently using. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalysisEngine. setLogger(Logger aLogger)Sets the Logger that this Analysis Engine will use. | 
| Modifier and Type | Method and Description | 
|---|---|
| Logger | AnnotatorContext. getLogger()Deprecated.  Gets the  Loggerto which this annotator should send its log output. | 
| Modifier and Type | Method and Description | 
|---|---|
| Logger | AnnotatorContext_impl. getLogger() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MultiprocessingAnalysisEngine_impl. setLogger(Logger aLogger) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logger | FlowController_ImplBase. getLogger()Gets the logger for this FlowController | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Logger | UIMAFramework_impl. _getLogger()To be implemented by subclasses; this should return a reference to the UIMA  Loggerused
 by this implementation. | 
| protected Logger | UIMAFramework_impl. _getLogger(Class component)To be implemented by subclasses; this should return a reference to the UIMA  Loggerof
 the specified source class. | 
| protected Logger | UIMAFramework_impl. _newLogger() | 
| Logger | RootUimaContext_impl. getLogger() | 
| Logger | ChildUimaContext_impl. getLogger() | 
| protected Logger | UimaContext_ImplBase. maybeThrottleLogger(Logger logger) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RootUimaContext_impl. initializeRoot(Logger aLogger,
              ResourceManager aResourceManager,
              ConfigurationManager aConfigurationManager) | 
| void | ChildUimaContext_impl. initializeRoot(Logger aLogger,
              ResourceManager aResourceManager,
              ConfigurationManager aConfigurationManager) | 
| protected Logger | UimaContext_ImplBase. maybeThrottleLogger(Logger logger) | 
| void | RootUimaContext_impl. setLogger(Logger aLogger) | 
| void | ChildUimaContext_impl. setLogger(Logger aLogger) | 
| Modifier and Type | Method and Description | 
|---|---|
| Logger | Resource_ImplBase. getLogger()Get the logger for this UIMA framework class. | 
| Logger | Resource. getLogger()Gets the Logger that this Resource is currently using. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Resource_ImplBase. setLogger(Logger aLogger)Set the logger in the current UimaContext for use by user annotators. | 
| void | Resource. setLogger(Logger aLogger)Sets the Logger that this Resource will use. | 
| Modifier and Type | Method and Description | 
|---|---|
| default Logger | Logger. getLimitedLogger(int limit) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | MessageReport. decreasingWithTrace(AtomicInteger errorCount,
                   String message,
                   Logger logger)Issues message at warning or fine level (fine if enabled, includes stack trace) | 
| Constructor and Description | 
|---|
| LoggerPrintStream(Logger logger,
                 Level level) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Logger | Log4jLogger_impl. getInstance()Creates a new Log4jLogger instance with the default Log4j framework logger | 
| static Logger | Slf4jLogger_impl. getInstance()creates a new Logger instance using default name "org.apache.uima" | 
| static Logger | Logger_impl. getInstance()creates a new Logger instance for the specified source class | 
| static Logger | Log4jLogger_impl. getInstance(Class<?> component)Creates a new Log4jLogger instance for the specified source class | 
| static Logger | Slf4jLogger_impl. getInstance(Class<?> component)creates a new Logger instance for the specified source class | 
| static Logger | Logger_impl. getInstance(Class<?> component)creates a new Logger instance for the specified source class | 
| static Logger | JSR47Logger_impl. getInstance(Class<?> component)Creates a new JSR47Logger instance for the specified source class | 
| static Logger | JSR47Logger_impl. getInstance(JSR47Logger_impl l,
           int limit) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.