[DISCUSS] CallContext and related questions

2019-03-10 Thread Nikolaos Dalezios
Hello developers. I am implementing CADF event logging . In "server" project, in class ActionEventUtils, I am calling my method to log the CADF event. Something like createCadfRecord(EventVO event) All the mapping and information I am using for CADF are being extracted from the event. My problem

Re: [DISCUSS] CallContext and related questions

2019-03-10 Thread Daan Hoogland
Nikos, I am not sure if I understand your objective. It would seem to me that all information to proces an event should be in the event. Does it suffice to add information to the event message for your purposes? On Sun, Mar 10, 2019 at 10:52 AM Nikolaos Dalezios wrote: > Hello developers. I am i

Re: [DISCUSS] CallContext and related questions

2019-03-10 Thread Nikolaos Dalezios
Thank you Daan, I'm proposing an alternative format to store events (at the moment to a log file, not to database). You are right about the fact that all necessary information is in the event. But, in order to extend the auditing capabilities, additional information would be nice to be added to th