What is the best way to handle all the newly added documents and items to the SharePoint lists and Document Libraries on Share Point Web Application Level.
My case is that I want to do some insertions to database when any new document or item added.
note:
1- The Site Collections , Web or Sub Sites and Lists are not predefined.
2- I need to apply the handlers on both existing and new Document Libraries and lists.
my current options are:
1- Analyze Share Point Log.
2- Add Event Recievers to all SPLists.
Any Advices?