Something to go here from the main doc

Session Management

Logging

The Toolkit uses the default Java Util Logging.

There 5 handlers defined. These are:

  1. Customer
  2. Debug
  3. Environment
  4. Maintenance
  5. Support

The logging property file is defined by the system property java.util.logging.config.file or JAVA_HOME/lib/logging.properties .

Logging is divided into 5 areas using following extension:

  1. debug
  2. env
  3. maint
  4. support
  5. user