Uses of Class
org.apache.uima.util.Level
Packages that use Level
Package
Description
The
org.apache.uima.pear.tools
package provides applications
and tools that allow installing PEAR packages containing UIMA-compliant
components, verifying serviceability of installed components by using
UIMA API and browsing PEAR packages.Classes for the JCasGen tool
Utility classes and interfaces used by UIMA components.
-
Uses of Level in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type Level -
Uses of Level in org.apache.uima.pear.tools
Methods in org.apache.uima.pear.tools that return LevelModifier and TypeMethodDescriptionprivate Level
PearPackagingMojo.getCurrentUIMALogLevel()
Returns the current UIMA log level for the UIMA root logger -
Uses of Level in org.apache.uima.tools.cvd
Fields in org.apache.uima.tools.cvd with type parameters of type Level -
Uses of Level in org.apache.uima.tools.jcasgen
Fields in org.apache.uima.tools.jcasgen declared as Level -
Uses of Level in org.apache.uima.util
Fields in org.apache.uima.util declared as LevelModifier and TypeFieldDescriptionstatic final Level
Level.ALL
message level "ALL"static final Level
Level.CONFIG
message level "CONFIG"static final Level
Level.FINE
message level "FINE"static final Level
Level.FINER
message level "FINER"static final Level
Level.FINEST
message level "FINEST"static final Level
Level.INFO
message level "INFO"(package private) Level
LoggerPrintStream.level
static final Level
Level.OFF
message level "OFF"static final Level
Level.SEVERE
message level "SEVERE"static final Level
Level.WARNING
message level "WARNING"Methods in org.apache.uima.util with parameters of type LevelModifier and TypeMethodDescriptionboolean
Level.isGreaterOrEqual
(Level r) method isGreaterOrEqual() returns true if the argument level is greater or equal to the specified level.boolean
Logger.isLoggable
(Level level) Checks if the argument level is greater or equal to the specified levelvoid
Generic logging method intended for logging wrappers.void
Logs a message.void
Logs a message with one parametervoid
Logs a message with an arbitrary number of parametersvoid
Logs a message and a throwable objectvoid
Logger.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey) Logs a message with a message key.void
Logger.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Object param1) Logs a message with a message key and one parameter.void
Logger.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Object[] params) Logs a message with a message key and an arbitrary number of parameters.void
Logger.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Throwable thrown) Logs a message with a message key and a throwable object.void
Sets the level of messages that will be logged by this logger.Constructors in org.apache.uima.util with parameters of type Level -
Uses of Level in org.apache.uima.util.impl
Fields in org.apache.uima.util.impl declared as LevelModifier and TypeFieldDescriptionprivate Level
Logger_impl.configLevel
message level to be loggedMethods in org.apache.uima.util.impl with parameters of type LevelModifier and TypeMethodDescriptionprivate Level
JSR47Logger_impl.getJSR47Level
(Level level) JSR-47 level mapping to UIMA level mapping.private org.apache.log4j.Level
Log4jLogger_impl.getLog4jLevel
(Level level) log4j level mapping to UIMA level mapping.boolean
JSR47Logger_impl.isLoggable
(Level level) boolean
Log4jLogger_impl.isLoggable
(Level level) boolean
Logger_impl.isLoggable
(Level level) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
private void
Logger_impl.logException
(Level level, Throwable thrown) Logs an exception.private void
Logger_impl.logMessage
(Level level, String aMessage) Logs a message.void
JSR47Logger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey) void
JSR47Logger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Object param1) void
JSR47Logger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Object[] params) void
JSR47Logger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Throwable thrown) void
Log4jLogger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey) void
Log4jLogger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Object param1) void
Log4jLogger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Object[] params) void
Log4jLogger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Throwable thrown) void
Logger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey) void
Logger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Object param1) void
Logger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Object[] params) void
Logger_impl.logrb
(Level level, String sourceClass, String sourceMethod, String bundleName, String msgKey, Throwable thrown) void
void
void