Previous Topic: Delegated Authentication Using the Legacy Cookie

Next Topic: Java SDK Sample Application Overview


Federation Manager Java SDK Logging

The default Java SDK logger writes messages to the standard output stream. Logging is disabled by default.

To enable Federation Manager Java SDK logging

  1. Copy the sdkloggingconfig.properties file from the sdkroot\sample folder and place it in any desired folder. Be sure that the folder is in the CLASSPATH.
  2. Set the the value of the sdk.logging.enable parameter to Y in the sdkloggingconfig.properties file.

Logging is enabled.