Uses of Interface
org.apache.uima.util.Logger
Packages that use Logger
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
The Analysis Engine interface, along with supporting
interfaces and exception classes.
The Annotator Interfaces, along with supporting interfaces
and exception classes.
Implementation and Low-Level API for the CAS Interfaces.
Contains reference implementations of the interfaces in
org.apache.uima.Interfaces for
Resources and ResourceSpecifiers.Utility classes and interfaces used by UIMA components.
-
Uses of Logger in org.apache.uima
Methods in org.apache.uima that return LoggerModifier and TypeMethodDescriptionprotected abstract LoggerUIMAFramework._getLogger()To be implemented by subclasses; this should return a reference to the default UIMALoggerused by this implementation.protected abstract LoggerUIMAFramework._getLogger(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.UimaContext.getLogger()Gets theLoggerto which log output will be sent.static LoggerUIMAFramework.getLogger()Gets theLoggerused by the UIMA framework.static LoggerGets 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 LoggerModifier and TypeMethodDescriptionvoidUimaContextAdmin.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.voidSets the Logger for this UimaContext. -
Uses of Logger in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that return LoggerModifier and TypeMethodDescriptionAnalysisEngine.getLogger()Gets the Logger that this Analysis Engine is currently using.Methods in org.apache.uima.analysis_engine with parameters of type Logger -
Uses of Logger in org.apache.uima.analysis_engine.annotator
Methods in org.apache.uima.analysis_engine.annotator that return Logger -
Uses of Logger in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that return LoggerMethods in org.apache.uima.analysis_engine.impl with parameters of type Logger -
Uses of Logger in org.apache.uima.cas.impl
Constructors in org.apache.uima.cas.impl with parameters of type LoggerModifierConstructorDescriptionListUtils(CASImpl aCASImpl, Logger aLogger, ErrorHandler aErrorHandler) Creates a new ListUtils object. -
Uses of Logger in org.apache.uima.impl
Methods in org.apache.uima.impl that return LoggerModifier and TypeMethodDescriptionprotected LoggerUIMAFramework_impl._getLogger()To be implemented by subclasses; this should return a reference to the UIMALoggerused by this implementation.protected LoggerUIMAFramework_impl._getLogger(Class component) To be implemented by subclasses; this should return a reference to the UIMALoggerof the specified source class.protected LoggerUIMAFramework_impl._newLogger()ChildUimaContext_impl.getLogger()RootUimaContext_impl.getLogger()Methods in org.apache.uima.impl with parameters of type LoggerModifier and TypeMethodDescriptionvoidChildUimaContext_impl.initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager) voidRootUimaContext_impl.initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager) voidvoid -
Uses of Logger in org.apache.uima.internal.util
Methods in org.apache.uima.internal.util with parameters of type Logger -
Uses of Logger in org.apache.uima.resource
Methods in org.apache.uima.resource that return LoggerModifier and TypeMethodDescriptionResource_ImplBase.getLogger()Get the logger for this UIMA framework class.Resource.getLogger()Gets the Logger that this Resource is currently using.Methods in org.apache.uima.resource with parameters of type Logger -
Uses of Logger in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type LoggerModifier and TypeMethodDescriptionstatic voidMessageReport.decreasingWithTrace(AtomicInteger errorCount, 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 -
Uses of Logger in org.apache.uima.util.impl
Classes in org.apache.uima.util.impl that implement LoggerModifier and TypeClassDescriptionclassUIMA Logging interface implementation for Java Logging Toolkit JSR-47 (JDK 1.4)classUIMA Logging interface implementation for Log4jclassUIMA Logging interface implementation without using an logging toolkitMethods in org.apache.uima.util.impl that return LoggerModifier and TypeMethodDescriptionstatic LoggerJSR47Logger_impl.getInstance()Creates a new JSR47Logger instance with the default JSR-47 framework loggerstatic LoggerJSR47Logger_impl.getInstance(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(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(Class<?> component) creates a new Logger instance for the specified source class