Depending on the debug flag (--debug command line option reflected in
MainInterface.DEBUG) the logger will either show all debug messages or just
severe errors. Logging information is passed to a log file and to the
console.
Note, that Logging must not be called before MainInterface.DEBUG, was set.
Otherwise, the logger won't show the correct debug level.
If the user has defined their own logging config file, then this will take
precedence over Columba defined logging handlers, ie. Columba will not create
its own default logging handlers. All has already been defined in the system
property java.util.logging.config.file.
See Also: org.columba.core.main.Main See Also: java.util.logging.Logger author: redsolo |