Oracle WebCenter Interaction Web Service Development Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

About the Oracle WebCenter Interaction Development Kit (IDK) Logging API

The Oracle WebCenter Interaction Development Kit (IDK) logging API allows you to send log messages from remote services and applications to a variety of logging receivers.

The com.plumtree.remote.logging package provides two interfaces:
  • LogFactory provides static methods to configure logging, query configuration properties, and obtain ILogger instances.
  • ILogger allows you to test if various log levels are enabled and provides logging methods. To create a logger object, call LogFactory.getLogger().

  Back to Top      Previous Next