| java.lang.Object com.pentaho.security.utils.LoggingInterceptor
LoggingInterceptor | public class LoggingInterceptor implements MethodBeforeAdvice,AfterReturningAdvice,ThrowsAdvice(Code) | | Logger that uses AOP to log debugging information.
Do not use this in production! It logs passwords in plain text!
author: mlowery |
arrayToString | protected String arrayToString(Object[] objects)(Code) | | Returns a string representation of the given array. Instead of overriding this method, try overriding
toString(object) instead.
|
toString | protected String toString(Object object)(Code) | | Returns a string representation of the given object. This is useful when third-party objects do not have
toString() implementations that meet your needs.
|
|
|