Getting the logging framework facade up and running is quite easy. Both delegations provided by levigo require no specific configuration. The only need is
Inside the distribution you will find a logging-log4j-<version>.jar in the lib-jdk15/logging directory. Please include this file into your classpath.
If a log4j configuration is already available on the classpath, no further configuration is required.
For details about the configuration please see the log4j homepage and the log4j manual. The jadice® document platform itself does not rely on a specific configuration.
Like the log4j delegation you will find a logging-slf4j-<version>.jar in the lib-jdk15/logging directory. Please include this file into your classpath. Additionally the slf4j-api-<version>.jar and a logging implementation is needed. For details about slf4j and supported types of logging delegates and implementations see the SLF4J Manual, please.