- Add caller data in LoggingEventVO to fix LBCLASSIC-145
Implemented as
if(le.hasCallerData()) {
ledo.callerData = le.getCallerData();
}
as (correctly) suggested by Joern Huxhorn
- added test case as appropriate
parent
c791e8ff
Please register or sign in to comment