public class SlinkyRepositoryLoggingAspect extends AbstractLoggingAspect
| Modifier and Type | Field and Description |
|---|---|
static String |
LOG_AFTER |
static String |
LOG_BEFORE |
static String |
LOG_EXCEPTION |
| Constructor and Description |
|---|
SlinkyRepositoryLoggingAspect() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createLogAfterMessage(LogAfterContext context) |
protected String |
createLogBeforeMessage(LogBeforeContext context) |
protected String |
createLogExceptionMessage(LogExceptionContext context) |
Object |
loggingAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) |
public static final String LOG_BEFORE
public static final String LOG_AFTER
public static final String LOG_EXCEPTION
protected String createLogBeforeMessage(LogBeforeContext context)
createLogBeforeMessage in class AbstractLoggingAspectprotected String createLogAfterMessage(LogAfterContext context)
createLogAfterMessage in class AbstractLoggingAspectprotected String createLogExceptionMessage(LogExceptionContext context)
createLogExceptionMessage in class AbstractLoggingAspectpublic Object loggingAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) throws Throwable
loggingAdvice in class AbstractLoggingAspectThrowableCopyright © 2017. All rights reserved.