src/java/org/apache/fulcrum/yaafi/interceptor/logging/LoggingInterceptorServiceImpl.java [306:317]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		result.append(interceptorContext.getTransactionId());
		result.append(SEPERATOR);
		result.append(interceptorContext.getInvocationId());
		result.append(SEPERATOR);
		result.append(interceptorContext.getInvocationDepth());
		result.append(SEPERATOR);
		result.append(mode);
		result.append(SEPERATOR);
		result.append(interceptorContext.getServiceShorthand());
		result.append(SEPERATOR);
		result.append(method.getName());
		result.append(SEPERATOR);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/java/org/apache/fulcrum/yaafi/interceptor/performance/PerformanceInterceptorServiceImpl.java [219:230]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		result.append(interceptorContext.getTransactionId());
		result.append(SEPERATOR);
		result.append(interceptorContext.getInvocationId());
		result.append(SEPERATOR);
		result.append(interceptorContext.getInvocationDepth());
		result.append(SEPERATOR);
		result.append(mode);
		result.append(SEPERATOR);
		result.append(interceptorContext.getServiceShorthand());
		result.append(SEPERATOR);
		result.append(method.getName());
		result.append(SEPERATOR);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



