logclient.xml 587 B

12345678910111213141516
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: disp
  4. (C) Copyright IBM Corp. 2005 2010
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service name="logclient" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="-30" logStartStop="false">
  8. this handler needs to be loaded first, so that LogIPF is initialized.
  9. <handlers>
  10. <handler name="LogIPFControlHandler" classname="com.cognos.pogo.handlers.log.LogIPFControlHandler"/>
  11. </handlers>
  12. </service>