If I use log(fqcn,level, message, throwable) to generate a log event, which 
% parameter do I use to display the fqcn in my formatted logging event?  No 
matter what I pass as fqcn, it appear to display only the logger class when 
I use %c, a ? when I use %C and () when I use %l.

So, in the call log("this.is.my.pack", Priority.DEBUG, "my pack message", 
null), how do I see "this.is.my.pack" in the output?

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to