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