c: Used to output the category of the logging event. C: Used to output the fully qualified class name of the caller issuing the logging request.
On 4/20/07, Cheung, Quinn <[EMAIL PROTECTED]> wrote:
Using the PatternLayout and ConversionPattern, is there any way to automatically print out the name of the logger that was used to log a message? I know I can get the name of the class which will coincide with the logger name if I do: Logger theLogger = getLogger( TheClassName.class ); But I'm not doing that, I'm doing: Logger theLogger = getLogger( "HardCodedString" ); and I want "HardCodedString" to appear each time theLogger logs a message. Thanks! Q. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- James Stauffer http://www.geocities.com/stauffer_james/ Are you good? Take the test at http://www.livingwaters.com/good/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
