Logger
is a component used to log messages. This interface defines the standard way for UIMA components to produce log output. In the UIMA SDK, this interface is implemented using the Java 1.4 logger as a back end. If you want to configure the logger, for example to specify the location of the log file and the logging level, you should use the standard Java 1.4 logger properties or the java.util.logging APIs. See the section "Specifying the Logging Configuration" in the Annotator and Analysis Engine Developer's Guide chapter of the UIMA documentation for more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|