In our environment, I may have multiple instances of the same application running. Ideally, each instance is assigned a unique name, which is automatically included in the text of each log message generated.
Yes, if I deal strictly with log4j implementations I have several options. However, we are using commons-logging and would very much like to find a solution that preserves the logger abstraction. Thanks, BILL CHRISTIAN Application Interfaces & Integration Cingular Wireless [EMAIL PROTECTED] ONS 404-234-1119 -----Original Message----- From: Waldhoff, Rodney [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 7:36 AM To: ''[EMAIL PROTECTED]' ' Subject: RE: Prefixing all log messages While I'm not exactly sure what you me by "installation" in this context, you may want to move to a "native" logging implementation for this. In log4j this sounds like a job for a custom Appender. Logkit and JSR-47 probably have something similiar. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
