JSF log activity

2006-02-15 Thread Csík Norbert
Hi! I would like to log the activity of my JSF application. Which actions/pages are used frequently, and which ones run too slowly. Is there any framework or library where I can do this? I tried to write my simple one using a Filter, but in that case getting the name of the page is not so easy

RE: JSF log activity

2006-02-15 Thread Jesse Alexander \(KBSA 21\)
To: users@myfaces.apache.org Subject: JSF log activity Hi! I would like to log the activity of my JSF application. Which actions/pages are used frequently, and which ones run too slowly. Is there any framework or library where I can do this? I tried to write my simple one using a Filter

Re: JSF log activity

2006-02-15 Thread Martin Marinschek
Alexander -Original Message- From: Csík Norbert [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 2:22 PM To: users@myfaces.apache.org Subject: JSF log activity Hi! I would like to log the activity of my JSF application. Which actions/pages are used frequently

Re: JSF log activity

2006-02-15 Thread Cagatay Civici
... need to check the API's thanks for the idea Alexander -Original Message- From: Csík Norbert [mailto: [EMAIL PROTECTED]] Sent: Wednesday, February 15, 2006 2:22 PM To: users@myfaces.apache.org Subject: JSF log activity Hi! I would like to log the activity of my JSF application. Which

Re: JSF log activity

2006-02-15 Thread Matthias Wessendorf
: Wednesday, February 15, 2006 2:22 PM To: users@myfaces.apache.org Subject: JSF log activity Hi! I would like to log the activity of my JSF application. Which actions/pages are used frequently, and which ones run too slowly. Is there any framework or library where I can

RE: JSF log activity

2006-02-15 Thread Conway. Fintan \(IT Solutions\)
Hi Norbert, For simple pages maybe you could retrieve the title of the page to identify it? HTH, Fintan -Original Message- From: Csík Norbert [mailto:[EMAIL PROTECTED] Sent: 15 February 2006 13:22 To: users@myfaces.apache.org Subject: JSF log activity but in that case getting

RE: JSF log activity

2006-02-15 Thread Jesse Alexander \(KBSA 21\)
Subject: JSF log activityHi! I would like to log the activity of my JSF application. Which actions/pages are used frequently, and which ones run too slowly. Is there any framework or library where I can do this? I tried to write my simple one using a Filter