After doing some testing today, I got very annoyed with the logging situation in emulator. There was so much logging output it was tough for me to figure out what was going on. So I removed some system.outs and modified the property file in log4j.developer to only log INFO level and above.
If you need output from a specific class you are working on, you can modify the log4j property file to add something like log4j.category.org.rifidi.myclass=DEBUG Now everything at DEBUG level or above in the myclass Class package will be logged. -- Kyle Neumeier Technical Lead Pramari, LLC Manchester, CT ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Rifidi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rifidi-developers
