Uses of Interface
org.apache.uima.util.Logger
-
Packages that use Logger Package Description 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 inorg.apache.uima.org.apache.uima.internal.util org.apache.uima.resource Interfaces forResourcesandResourceSpecifiers.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 Modifier and Type Method Description protected abstract LoggerUIMAFramework. _getLogger()To be implemented by subclasses; this should return a reference to the default UIMALoggerused by this implementation.protected abstract LoggerUIMAFramework. _getLogger(java.lang.Class<?> component)To be implemented by subclasses; this should return a reference to the UIMALoggerof the specified source class.protected abstract LoggerUIMAFramework. _newLogger()To be implemented by subclasses; this should return a new UIMALoggerinstance.LoggerUimaContext. getLogger()Gets theLoggerto which log output will be sent.static LoggerUIMAFramework. getLogger()Gets theLoggerused by the UIMA framework.static LoggerUIMAFramework. getLogger(java.lang.Class<?> component)Gets theLoggerused by a particular Class, for example an Annotator.static LoggerUIMAFramework. newLogger()Creates a newLogger, which can be passed for example to theAnalysisEngine.setLogger(Logger)method in order to have separate Analysis Engine instances used separate loggers.Methods in org.apache.uima with parameters of type Logger Modifier and Type Method Description voidUimaContextAdmin. initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)Initializes a root UimaContext.static UimaContextAdminUIMAFramework. newUimaContext(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigManager)Gets a new instance of aUimaContext.voidUimaContextAdmin. 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 Modifier and Type Method Description LoggerAnalysisEngine. getLogger()Gets the Logger that this Analysis Engine is currently using.Methods in org.apache.uima.analysis_engine with parameters of type Logger Modifier and Type Method Description voidAnalysisEngine. 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 Modifier and Type Method Description LoggerAnnotatorContext. getLogger()Deprecated.Gets theLoggerto 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 Modifier and Type Method Description LoggerAnnotatorContext_impl. getLogger()Methods in org.apache.uima.analysis_engine.impl with parameters of type Logger Modifier and Type Method Description voidMultiprocessingAnalysisEngine_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 Constructor Description 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 Modifier and Type Method Description protected LoggerUIMAFramework_impl. _getLogger()To be implemented by subclasses; this should return a reference to the UIMALoggerused by this implementation.protected LoggerUIMAFramework_impl. _getLogger(java.lang.Class component)To be implemented by subclasses; this should return a reference to the UIMALoggerof the specified source class.protected LoggerUIMAFramework_impl. _newLogger()LoggerChildUimaContext_impl. getLogger()LoggerRootUimaContext_impl. getLogger()Methods in org.apache.uima.impl with parameters of type Logger Modifier and Type Method Description voidChildUimaContext_impl. initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)voidRootUimaContext_impl. initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)voidChildUimaContext_impl. setLogger(Logger aLogger)voidRootUimaContext_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 Modifier and Type Method Description voidAnalysisEnginePool. 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 Modifier and Type Method Description LoggerResource_ImplBase. getLogger()Get the logger for this UIMA framework class.LoggerResource. getLogger()Gets the Logger that this Resource is currently using.Methods in org.apache.uima.resource with parameters of type Logger Modifier and Type Method Description voidResource_ImplBase. setLogger(Logger aLogger)Set the logger in the current UimaContext for use by user annotators.voidResource. setLogger(Logger aLogger)Sets the Logger that this Resource will use. -
Uses of Logger in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type Logger Modifier and Type Method Description static voidMessageReport. decreasingWithTrace(java.util.concurrent.atomic.AtomicInteger errorCount, java.lang.String message, Logger logger)Issues message at warning or fine level (fine if enabled, includes stack trace)Constructors in org.apache.uima.util with parameters of type Logger Constructor Description LoggerPrintStream(Logger logger, Level level) -
Uses of Logger in org.apache.uima.util.impl
Classes in org.apache.uima.util.impl that implement Logger Modifier and Type Class Description classJSR47Logger_implUIMA Logging interface implementation for Java Logging Toolkit JSR-47 (JDK 1.4)classLog4jLogger_implUIMA Logging interface implementation for Log4jclassLogger_implUIMA Logging interface implementation without using an logging toolkitMethods in org.apache.uima.util.impl that return Logger Modifier and Type Method Description static LoggerJSR47Logger_impl. getInstance()Creates a new JSR47Logger instance with the default JSR-47 framework loggerstatic LoggerJSR47Logger_impl. getInstance(java.lang.Class<?> component)Creates a new JSR47Logger instance for the specified source classstatic LoggerLog4jLogger_impl. getInstance()Creates a new Log4jLogger instance with the default Log4j framework loggerstatic LoggerLog4jLogger_impl. getInstance(java.lang.Class<?> component)Creates a new Log4jLogger instance for the specified source classstatic LoggerLogger_impl. getInstance()creates a new Logger instance for the specified source classstatic LoggerLogger_impl. getInstance(java.lang.Class<?> component)creates a new Logger instance for the specified source class
-