[rules-users] Logging and BIRT

Amit Kumar amitkumar at gmail.com
Mon Apr 12 23:51:51 EDT 2010


Thanks Kris. We were able to log events and now its in BIRT arena to
generate some reports.
Thanks for your help.

-Amit

2010/4/12 Kris Verlaenen <kris.verlaenen at cs.kuleuven.be>

>  There is a little bit of documentation about how to create a history log:
>
> https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/drools-flow/html/ch05.html#d0e1593
>
> ... and how to do reporting:
>
> https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/drools-flow/html/ch12.html
>
> Kris
>
>
> ----- Original Message -----
> *From:* Amit Kumar <amitkumar at gmail.com>
> *To:* Rules Users List <rules-users at lists.jboss.org>
> *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
> Amit
>
>
> 2010/4/8 Kris Verlaenen <kris.verlaenen at cs.kuleuven.be>
>
>>  File logging is mostly for testing purposes.  If you want to create a
>> history log for reporting, take a look at the drools-bam module.  This
>> allows you create a logger that will create history information about the
>> execution of your processes in a database, so that can be used as a data
>> source in your reports.  There are also a few sample reports in that module.
>>
>>   new WorkingMemoryDbLogger(ksession);
>>
>> Kris
>>
>>
>>   ----- Original Message -----
>> *From:* Amit Kumar <amitkumar at gmail.com>
>> *To:* Rules Users List <rules-users at lists.jboss.org>
>> *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 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/docs/5.0.1.26597.FINAL/drools-flow/html_single/index.html#d0e2353
>>
>> Thanks in advance,
>> Amit
>>
>> ------------------------------
>>
>> _______________________________________________
>> rules-users mailing list
>> rules-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>>
>> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm for more
>> information.
>>
>> _______________________________________________
>> rules-users mailing list
>> rules-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>>
>  ------------------------------
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>
> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm for more
> information.
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20100412/3981cf0a/attachment.html 


More information about the rules-users mailing list