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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...