.functionCode().getCode() : null;
if (action != null && function != null) {
logAuditInfo = StrUtils.concat(auditLogAction.actionType()
.name(), CapConstants.SPACE, auditLogAction
.functionCode().name(), CapConstants.SPACE,
auditLogAction.functionCode().getUrlPath());
}
}
if (LOGGER.isTraceEnabled()) {
LOGGER.trace("{} ENTRY: {} Start Time: {} Audit Information: {}",
new Object[] { TITLE, targetName, new Date(start),