Thread: [Javabdd-devel] Verbose output
Brought to you by:
joewhaley
From: Ricardo O. <n3...@ho...> - 2008-07-22 18:10:28
|
Hi, I'd like to know if there's a way do disable the GC verbose output that keeps coming out to stderr. BTW, great job on JavaBDD :)Thank you,Ricardo. _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE |
From: John W. <joe...@gm...> - 2008-07-23 02:48:15
|
Hi, I think you can register a GC callback using "*registerGCCallback<http://javabdd.sourceforge.net/apidocs/net/sf/javabdd/BDDFactory.html#registerGCCallback%28java.lang.Object,%20java.lang.reflect.Method%29> "*. That will override the default callback which just prints a message to stderr. -John On Tue, Jul 22, 2008 at 11:10 AM, Ricardo Oliveira <n3...@ho...>wrote: > Hi, > > I'd like to know if there's a way do disable the GC verbose output that > keeps coming out to stderr. > > BTW, great job on JavaBDD :) > Thank you, > Ricardo. > > ------------------------------ > Discover the new Windows Vista Learn more!<http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Javabdd-devel mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/javabdd-devel > > |
From: Ricardo O. <n3...@ho...> - 2008-07-23 18:24:39
|
Hi, Thanks for your quick reply. :) I tried using that, but am getting an error: Base object for callback method is the wrong type What type should the object be? I actually also tried assigning it to null, but it didn't work ;) Thanks, Ricardo. Date: Tue, 22 Jul 2008 19:48:12 -0700From: joe...@gm...To: n3...@ho...Subject: Re: [Javabdd-devel] Verbose outputCC: jav...@li... Hi,I think you can register a GC callback using "registerGCCallback". That will override the default callback which just prints a message to stderr.-John On Tue, Jul 22, 2008 at 11:10 AM, Ricardo Oliveira <n3...@ho...> wrote: Hi, I'd like to know if there's a way do disable the GC verbose output that keeps coming out to stderr. BTW, great job on JavaBDD :)Thank you,Ricardo. Discover the new Windows Vista Learn more!-------------------------------------------------------------------------This SF.Net email is sponsored by the Moblin Your Move Developer's challengeBuild the coolest Linux based applications with Moblin SDK & win great prizesGrand prize is a trip for two to an Open Source event anywhere in the worldhttp://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________Javabdd-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/javabdd-devel _________________________________________________________________ Connect to the next generation of MSN Messenger http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline |
From: John W. <joe...@gm...> - 2008-07-24 04:11:33
|
You can pass in a static method and then the object can be null. Otherwise the class that contains the method must match the object type. -John On Wed, Jul 23, 2008 at 11:24 AM, Ricardo Oliveira <n3...@ho...>wrote: > Hi, > > Thanks for your quick reply. :) > > I tried using that, but am getting an error: > > Base object for callback method is the wrong type > > What type should the object be? I actually also tried assigning it to null, > but it didn't work ;) > > Thanks, > Ricardo. > > > > ------------------------------ > > Date: Tue, 22 Jul 2008 19:48:12 -0700 > From: joe...@gm... > To: n3...@ho... > Subject: Re: [Javabdd-devel] Verbose output > CC: jav...@li... > > > > Hi, > > I think you can register a GC callback using "*registerGCCallback<http://javabdd.sourceforge.net/apidocs/net/sf/javabdd/BDDFactory.html#registerGCCallback%28java.lang.Object,+java.lang.reflect.Method%29> > "*. That will override the default callback which just prints a message > to stderr. > > -John > > > On Tue, Jul 22, 2008 at 11:10 AM, Ricardo Oliveira <n3...@ho...>wrote: > > Hi, > > I'd like to know if there's a way do disable the GC verbose output that > keeps coming out to stderr. > > BTW, great job on JavaBDD :) > Thank you, > Ricardo. > > ------------------------------ > Discover the new Windows Vista Learn more!<http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Javabdd-devel mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/javabdd-devel > > > > ------------------------------ > Connect to the next generation of MSN Messenger Get it now! > <http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Javabdd-devel mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/javabdd-devel > > |