Is it currently possible to hook into the adapter's logout logic to trigger some custom behavior without interrupting the logout flow?

For example, if I want to audit logout activity on a particular SP or delete some cookies (if it was a front-channel logout request) without stopping the normal federated logout process.

Jared