RE: LocationInfo and Logging wrappers

2002-06-26 Thread Ebersole, Steven
PROTECTED]] Sent: Wednesday, June 26, 2002 12:57 PM To: 'Log4J Users List' Subject: RE: LocationInfo and Logging wrappers Steve, If you are creating a wrapper and you want the correct location info, then you just need to use the correct value for the caller's FQCN (fully quali

RE: LocationInfo and Logging wrappers

2002-06-26 Thread Mark Womack
Message- > From: Ebersole, Steven [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 10:20 AM > To: 'Log4J Users List' > Subject: LocationInfo and Logging wrappers > > > I know all the arguments about obtaining LocationInfo being slow. > > That being

LocationInfo and Logging wrappers

2002-06-26 Thread Ebersole, Steven
I know all the arguments about obtaining LocationInfo being slow. That being said, I am looking at using "wrapper" classes around log4j Loggers (sort of similiar to what jakarta commons does). We find the LocationInfo invaluable in most logging cases for their debug/investagation value. Howev