|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.platform.engine.security.LoggingInterceptor
public class LoggingInterceptor
Logger that uses AOP to log debugging information.
Do not use this in production! It logs passwords in plain text!
| Constructor Summary | |
|---|---|
LoggingInterceptor()
|
|
| Method Summary | |
|---|---|
void |
afterReturning(Object returnValue,
Method method,
Object[] args,
Object target)
|
void |
afterThrowing(Method method,
Object[] args,
Object target,
Throwable exception)
|
void |
before(Method method,
Object[] args,
Object target)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingInterceptor()
| Method Detail |
|---|
public void before(Method method,
Object[] args,
Object target)
throws Throwable
Throwable
public void afterReturning(Object returnValue,
Method method,
Object[] args,
Object target)
throws Throwable
Throwable
public void afterThrowing(Method method,
Object[] args,
Object target,
Throwable exception)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||