Is there a way to create own events, beside the existing events?
Is there a special api available for event recording in audit log? I dont want to insert records to it manually.
Something like eventRecord($event_id, $parameter) where $event_id is a free defined id higher than the existing ID's (maybe starting with 100) and $parameter an optional parameter, which can be stored in the params column. It will automatically insert all the other columns like record_id, section_id, user_id, type_id, ctime, ip etc.
Is there a way to create own events, beside the existing events?
Is there a special api available for event recording in audit log? I dont want to insert records to it manually.
Something like eventRecord($event_id, $parameter) where $event_id is a free defined id higher than the existing ID's (maybe starting with 100) and $parameter an optional parameter, which can be stored in the params column. It will automatically insert all the other columns like record_id, section_id, user_id, type_id, ctime, ip etc.