this probably isnt hard, but i didnt find any way to get seam log, anyone can
help me?
| @Interceptor
| public class LogInterceptor {
|
| @Logger
| private static Log log;
|
| @AroundInvoke
| public Object checkLoggedIn(InvocationContext invocation) throws
Exception {
| try {
| log.info("Executando operacao antes");
| return invocation.proceed();
| }
| finally {
| log.info("Executando operacao depois");
| }
| }
|
| }
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115068#4115068
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115068
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user