Re: [HAPI-devel] HapiLog

2007-09-12 Thread Torben Greiser
Hi Sharon, you will need to make yourself familiar with commons logging and log4j. http://commons.apache.org/logging/ http://logging.apache.org/log4j/ An example (requires log4j and commons logging in classpath): Create a log4j.properties file in your classpath: log4j.rootLogger=INFO, A1 log4j

[HAPI-devel] HapiLog

2007-09-12 Thread Sharon Carter
I would really appreciate some more detailed info about how the logging works in Hapi. I've only used Java logging recently so I don't have a massive amount of experience in this area. We are using the HAPI library in an application for viewing HL7 messages. We have created custom versions of the