Hello, The CAS Visual Debugger ingores the logger properties file. It does not log to console und writes uima.log into my home directory. The VM arguments in Eclipse's Run Configuration say:
"-Djava.util.logging.config.file=${project_loc}/conf/FileConsoleLogger.properties"
The logger is used by
this.getContext().getLogger().Log(Level.INFO, ...);
in a very simple annotator using Java regular expressions. It is as simple as
one of the easiest examples given in the UIMA tutorial.
Thanks
Armin
