Products | Versions |
---|---|
TIBCO Adapter SDK | - |
Not Applicable | - |
Resolution:
SDK <hawkSink> sends the trace messages to the _onUnsolicatedMsg method of the specified microagent in the hawkSink. This standard Hawk microagent is specified as follows:
<hawkSink name="hawkTraceSink"
microAgentName="COM.TIBCO.ADAPTER" >
<role name="errorRole" />
</hawkSink>
So in this case the trace message will be sent to the method COM.TIBCO.ADAPTER:_onUnsolicitatedMsg(). You will need to subscribe to this method or write a rule on it to see the trace message.