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 forResourcesandResourceSpecifiers.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 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_component
Methods in org.apache.uima.analysis_component that return Logger Modifier and Type Method Description protected LoggerAnalysisComponent_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 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
Fields in org.apache.uima.cas.impl declared as Logger Modifier and Type Field Description (package private) LoggerCasSerializerSupport. 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 LoggerBoundedWorkQueue. LOG -
Uses of Logger in org.apache.uima.flow
Methods in org.apache.uima.flow that return Logger Modifier and Type Method Description protected LoggerFlowController_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 LoggerUIMAFramework_impl. mDefaultLoggerThe defaultLoggerinstance used by the UIMA reference implementation.private LoggerChildUimaContext_impl. mLoggerLoggerprivate LoggerRootUimaContext_impl. mLoggerLogger 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. mLoggersHashMap includes all log wrapper classesMethods 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()protected LoggerUimaContext_ImplBase. maybeThrottleLogger(Logger logger)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)protected LoggerUimaContext_ImplBase. maybeThrottleLogger(Logger logger)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 static voidMisc. 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)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.tools.cvd
Fields in org.apache.uima.tools.cvd declared as Logger Modifier and Type Field Description private LoggerMainFrame. logThe log. -
Uses of Logger in org.apache.uima.uimacpp
Fields in org.apache.uima.uimacpp declared as Logger Modifier and Type Field Description private LoggerUimacppAnalysisComponent. 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) LoggerLoggerPrintStream. loggerMethods in org.apache.uima.util that return Logger Modifier and Type Method Description default LoggerLogger. getLimitedLogger(int limit)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) JUL Ignores Markers and MDC (not supported in the JUL)classLog4jLogger_implUIMA Logging interface implementation for Log4j This version is for Log4j version 2, from Apache Built using version 2.8classLogger_common_implUIMA Logging interface common implementation Specific loggers extend this classclassLogger_implUIMA Logging interface implementation without using an logging toolkit Logger names are not used The call getInstance() returns a common shared instance.classSlf4jLogger_implUIMA 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 LoggerJSR47Logger_impl. getInstance(java.lang.Class<?> component)Creates a new JSR47Logger instance for the specified source classstatic LoggerJSR47Logger_impl. getInstance(JSR47Logger_impl l, int limit)static 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 classstatic LoggerSlf4jLogger_impl. getInstance()creates a new Logger instance using default name "org.apache.uima"static LoggerSlf4jLogger_impl. getInstance(java.lang.Class<?> component)creates a new Logger instance for the specified source class
-