Not sure if this is the same as what you want but we've made all our page classes derive from a common base which performs the logging function in the constructor so that you can't miss a log. You can do some reflection to grab the name of the page class instance or create a method that is overridden by every page class.
The later method has the advantage that it can include context information as well. >-----Original Message----- >From: Mike Mander [mailto:[email protected]] >Sent: Thursday, 18 August 2011 9:52 PM >To: [email protected] >Subject: Log bookmarkable page link execution > >Hi, > >i would like to log execution of bookmarkable page links. I know that >they are only renderered in markup and call the page from the browser. > >Maybe someone has a hint for me here? > >Thanks >Mike > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
