<div dir="ltr"><br><br>Hello,<br><br>I tried to overwrite toString():<br><br>&nbsp;&nbsp;&nbsp; public String toString() {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; System.out.println(&quot;Type: &quot; + type);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return super.toString();<br>&nbsp;&nbsp;&nbsp; }<br><br>But the output ist the following:<br>
Type: TypeXY<br>[ObjectInserted: handle=[fid:1:7:com.dssrules.InputObject@996cef]; object=com.dssrules.InputObject@996cef]<br><br>Is there any possiblity to configure the WorkingMemoryEventListener so that it looks like: <br>
[ObjectInserted: type=TypeXY: handle=[fid:1:7:com.dssrules.InputObject@996cef]; object=com.dssrules.InputObject@996cef]<br></div>