Oracle WebCenter Portlet Toolkit for .NET Development Guide

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

Logging .NET Application Accelerator Activity

To view logs of .NET Application Accelerator activity, use Oracle WebCenter Interaction Logging Spy.

Oracle WebCenter Interaction Logging Spy is automatically installed with Oracle WebCenter Interaction or installed on a remote server as part of the Oracle WebCenter Logging Utilities, a stand-alone package. Logging Spy listens for log messages transmitted using network broadcast. By configuring a list of message senders, you can listen in on log traffic from multiple Oracle WebCenter applications in a single console.
The .NET Application Accelerator includes four logging message senders:
Logging Message Sender Description
.NET WSRP Producer The stand-alone web application designed to serve as a WSRP producer for Oracle WebLogic Portal. This name is not configurable and transmits all messages related to the WSRP Producer. The WSRP producer "loggingName" entry in Web.config is not currently used.
ALIPortletProject Transmits log messages from the portlet ASP.NET web application. The name of this message sender is defined in the Web.config file of any ASP.NET portlet project built using the .NET Portlet Toolkit. The name of the sender defaults to the project name entered when the project was created, but can be changed by modifying the value attribute of the following entry:
<add key="ptedk.LoggingApplicationName" value="ALIPortletProject"/>
BEA Portlet API Transmits log messages from the .NET Portlet API.
ALI .NET Application Accelerator Reserved for future use. No logging traffic is sent by this sender.

To add a .NET Application Accelerator message sender to your Spy configuration, follow the instructions below.

  1. Open Logging Spy.
  2. Select View > Set Filters.
  3. In the Filter Settings dialog, click Edit > Add Message Sender and choose a message sender (see the table above).
For more information on configuring Logging Spy, see the Oracle WebCenter Interaction Web Service Development Guide and the Administrator Guide for Oracle WebCenter Interaction.

  Back to Top      Previous Next