Re: [rules-users] Logging and BIRT

2010-04-12 Thread Amit Kumar
*From:* Amit Kumar > *To:* Rules Users List > *Sent:* Thursday, April 08, 2010 6:26 PM > *Subject:* Re: [rules-users] Logging and BIRT > > Thanks Kris! > Where are the docs for this module located. Couldn't find them in javadocs > I downloaded. > > Thanks > Am

Re: [rules-users] Logging and BIRT

2010-04-12 Thread Kris Verlaenen
/artifact/trunk/target/docs/drools-flow/html/ch12.html Kris - Original Message - From: Amit Kumar To: Rules Users List Sent: Thursday, April 08, 2010 6:26 PM Subject: Re: [rules-users] Logging and BIRT Thanks Kris! Where are the docs for this module located. Couldn't find

Re: [rules-users] Logging and BIRT

2010-04-08 Thread Amit Kumar
; > Kris > > > - Original Message - > *From:* Amit Kumar > *To:* Rules Users List > *Sent:* Monday, March 29, 2010 5:02 PM > *Subject:* [rules-users] Logging and BIRT > > Hi Folks, > > I tried simple logging by using this code > KnowledgeRuntimeLogger lo

Re: [rules-users] Logging and BIRT

2010-04-08 Thread Kris Verlaenen
in your reports. There are also a few sample reports in that module. new WorkingMemoryDbLogger(ksession); Kris - Original Message - From: Amit Kumar To: Rules Users List Sent: Monday, March 29, 2010 5:02 PM Subject: [rules-users] Logging and BIRT Hi Folks, I tried

[rules-users] Logging and BIRT

2010-03-29 Thread Amit Kumar
Hi Folks, I tried simple logging by using this code KnowledgeRuntimeLogger logger = KnowledgeRuntimeLoggerFactory.newFileLogger(ksession, "test"); It logs only basic stuff. How can I log rule runtime, etc. Trying to generate a report using BIRT as mentioned here http://downloads.jboss.com/drools