Once your custom interception or event points are registered and CFC are registered then you can write the methods for listening to those events just like any other interceptor event:
component{functiononLog(event,data,buffer){// your code here }functiononRecordInserted(event,data,buffer){// your code here }}