Hi,

Extend org.apache.wicket.protocol.http.RequestLogger#log() and use the
passed parameters as you need.
Setup it with org.apache.wicket.Application#newRequestLogger

Martin Grigorov
Wicket Training and Consulting


On Mon, May 5, 2014 at 4:37 PM, rexar <invi...@gmail.com> wrote:

> Hi everyone!
>
> I have my own analytic system and use it also for monitoring some system
> properties. So now I want to monitoring page loading time, count, etc. I
> google a lot but do not found anything except RequestLogger or custom
> RequestCycle. I am not sure about RequestCycle (don't understand how to use
> it actually), but looks like RequestLogger is what I need except one - I
> don't need to write to logs, instead I want to call my function, but don't
> know how :(
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Custom-RequestLogger-tp4665676.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to