Uses of Interface
org.apache.uima.util.Logger
-
Packages that use Logger Package Description org.apache.uima Apache UIMAorg.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.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.collection.impl.cpm.engine org.apache.uima.flow org.apache.uima.impl Apache UIMA internalsorg.apache.uima.internal.util org.apache.uima.resource Interfaces forResources
andResourceSpecifiers
.org.apache.uima.tools.cvd org.apache.uima.uimacpp 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 Logger
UIMAFramework. _getLogger()
To be implemented by subclasses; this should return a reference to the default UIMALogger
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 UIMALogger
of the specified source class.protected abstract Logger
UIMAFramework. _newLogger()
To be implemented by subclasses; this should return a new UIMALogger
instance.Logger
UimaContext. getLogger()
Gets theLogger
to which log output will be sent.static Logger
UIMAFramework. getLogger()
Gets theLogger
used by the UIMA framework.static Logger
UIMAFramework. getLogger(java.lang.Class<?> component)
Gets theLogger
used by a particular Class, for example an Annotator.static Logger
UIMAFramework. 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 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 aUimaContext
.void
UimaContextAdmin. setLogger(Logger aLogger)
Sets the Logger for this UimaContext. -
Uses of Logger in org.apache.uima.analysis_component
Methods in org.apache.uima.analysis_component that return Logger Modifier and Type Method Description protected Logger
AnalysisComponent_ImplBase. getLogger()
-
Uses of Logger in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that return Logger Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Logger
AnnotatorContext. getLogger()
Deprecated.Gets theLogger
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 Modifier and Type Method Description Logger
AnnotatorContext_impl. getLogger()
Methods in org.apache.uima.analysis_engine.impl with parameters of type Logger Modifier and Type Method Description void
MultiprocessingAnalysisEngine_impl. setLogger(Logger aLogger)
-
Uses of Logger in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as Logger Modifier and Type Field Description (package private) Logger
CasSerializerSupport. logger
-
Uses of Logger in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as Logger Modifier and Type Field Description private static Logger
BoundedWorkQueue. LOG
-
Uses of Logger in org.apache.uima.flow
Methods in org.apache.uima.flow that return Logger Modifier and Type Method Description protected Logger
FlowController_ImplBase. getLogger()
Gets the logger for this FlowController -
Uses of Logger in org.apache.uima.impl
Fields in org.apache.uima.impl declared as Logger Modifier and Type Field Description private Logger
UIMAFramework_impl. mDefaultLogger
The defaultLogger
instance used by the UIMA reference implementation.private Logger
ChildUimaContext_impl. mLogger
Loggerprivate Logger
RootUimaContext_impl. mLogger
Logger Volatile because mLogger can be updated on one thread and accessed on anotherFields in org.apache.uima.impl with type parameters of type Logger Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<java.lang.String,Logger>
UIMAFramework_impl. mLoggers
HashMap includes all log wrapper classesMethods in org.apache.uima.impl that return Logger Modifier and Type Method Description protected Logger
UIMAFramework_impl. _getLogger()
To be implemented by subclasses; this should return a reference to the UIMALogger
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 UIMALogger
of the specified source class.protected Logger
UIMAFramework_impl. _newLogger()
Logger
ChildUimaContext_impl. getLogger()
Logger
RootUimaContext_impl. getLogger()
protected Logger
UimaContext_ImplBase. maybeThrottleLogger(Logger logger)
Methods in org.apache.uima.impl with parameters of type Logger Modifier and Type Method Description void
ChildUimaContext_impl. initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)
void
RootUimaContext_impl. initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)
protected Logger
UimaContext_ImplBase. maybeThrottleLogger(Logger logger)
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 Modifier and Type Method Description static void
Misc. 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)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 Modifier and Type Method 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.Methods in org.apache.uima.resource with parameters of type Logger Modifier and Type Method 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. -
Uses of Logger in org.apache.uima.tools.cvd
Fields in org.apache.uima.tools.cvd declared as Logger Modifier and Type Field Description private Logger
MainFrame. log
The log. -
Uses of Logger in org.apache.uima.uimacpp
Fields in org.apache.uima.uimacpp declared as Logger Modifier and Type Field Description private Logger
UimacppAnalysisComponent. log
-
Uses of Logger in org.apache.uima.util
Fields in org.apache.uima.util declared as Logger Modifier and Type Field Description (package private) Logger
LoggerPrintStream. logger
Methods in org.apache.uima.util that return Logger Modifier and Type Method Description default Logger
Logger. getLimitedLogger(int limit)
Methods in org.apache.uima.util with parameters of type Logger Modifier and Type Method Description static void
MessageReport. 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 class
JSR47Logger_impl
UIMA Logging interface implementation for Java Logging Toolkit JSR-47 (JDK 1.4) JUL Ignores Markers and MDC (not supported in the JUL)class
Log4jLogger_impl
UIMA Logging interface implementation for Log4j This version is for Log4j version 2, from Apache Built using version 2.8class
Logger_common_impl
UIMA Logging interface common implementation Specific loggers extend this classclass
Logger_impl
UIMA Logging interface implementation without using an logging toolkit Logger names are not used The call getInstance() returns a common shared instance.class
Slf4jLogger_impl
UIMA Logging interface implementation for SLF4j This design gets a logger in static initialization, in order to see what the back end is.Methods in org.apache.uima.util.impl that return Logger Modifier and Type Method Description static Logger
JSR47Logger_impl. getInstance(java.lang.Class<?> component)
Creates a new JSR47Logger instance for the specified source classstatic Logger
JSR47Logger_impl. getInstance(JSR47Logger_impl l, int limit)
static Logger
Log4jLogger_impl. getInstance()
Creates a new Log4jLogger instance with the default Log4j framework loggerstatic Logger
Log4jLogger_impl. getInstance(java.lang.Class<?> component)
Creates a new Log4jLogger instance for the specified source classstatic Logger
Logger_impl. getInstance()
creates a new Logger instance for the specified source classstatic Logger
Logger_impl. getInstance(java.lang.Class<?> component)
creates a new Logger instance for the specified source classstatic Logger
Slf4jLogger_impl. getInstance()
creates a new Logger instance using default name "org.apache.uima"static Logger
Slf4jLogger_impl. getInstance(java.lang.Class<?> component)
creates a new Logger instance for the specified source class
-