Re: [appfuse-user] Appfuse-wicket-ibatis UserModel class logging/debugging

2009-06-18 Thread David Brown
Hello Matt, thanks for the speedy and informative reply. Just like Log4j (Doh!) - Original Message - From: "Matt Raible" To: users@appfuse.dev.java.net Sent: Thursday, June 18, 2009 3:49:58 PM GMT -06:00 US/Canada Central Subject: Re: [appfuse-user] Appfuse-wicket-ibatis

Re: [appfuse-user] Appfuse-wicket-ibatis UserModel class logging/debugging

2009-06-18 Thread Matt Raible
You should be able to add the following to your class and then call log.debug(message) and logging messages will show up in your console. private final Log log = LogFactory.getLog(YourClass.class); Matt On Thu, Jun 18, 2009 at 2:52 PM, David Brown wrote: > Hello appfuse folks, I have a very nic

[appfuse-user] Appfuse-wicket-ibatis UserModel class logging/debugging

2009-06-18 Thread David Brown
Hello appfuse folks, I have a very nice web app worked up from the appfuse-wicket-ibatis-1.8.2 module and the efforts of Matt Raible. I have been able to duplicate all of the necessary classes to implement my own functionality similar to the: UserXXX.java classes. My version of these classes is