OWB 11.2 adopts one of the widely used logging API: the
JavaTM Logging APIs to handle log messages. The
JavaTM Logging APIs are introduced in package java.util.logging,
whose central goal is to support maintaining and servicing software
at customer sites. With this built-in logging system, user can
define OWB client logging with a configuration file that will be
read at startup, such as defining delivering plain text or
XML-formatted log records to the console or to a file.
Whe...