[jboss-dev-forums] [Other JBoss Development Design] - Re: JBoss slf4j location information is wrongly logged
wolfc
do-not-reply at jboss.com
Wed Sep 10 02:16:41 EDT 2008
I think LoggerPlugin should be trimmed of it's 'log' methods to a single
log method:
void log(String fqcn, Priority prio, String message, Throwable cause);
Then Logger can enter it's own fqcn for the convenience methods and expose the log method for usage in (slf4j) logging adapters.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175477#4175477
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175477
More information about the jboss-dev-forums
mailing list