I think I was able to log wicket log4j messages (pre wicket verson
1.4.10) by specificying a log4j appender for the wicket package.
 
E.g. org.apache.wicket.*
 
But, I wonder with the recent version of wicket, do I have to use
org.slf4j.impl ... 
 
Basically, is there anything special to redirect wicket logging messages
through log4j?
 
 
[2/18/11 15:45:24:747 EST] 00000024 RequestCycle E
org.slf4j.impl.JCLLoggerAdapter error
org.apache.wicket.WicketRuntimeException: Internal error parsing
wicket:interface = SDFSD

org.apache.wicket.protocol.http.request.InvalidUrlException:
org.apache.wicket.WicketRuntimeException: Internal error parsing
wicket:interface = SDFSD

at
org.apache.wicket.protocol.http.request.WebRequestCodingStrategy.decode(
WebRequestCodingStrategy.java:235)

at org.apache.wicket.Request.getRequestParameters(Request.java:183)

at org.apache.wicket.RequestCycle.step(RequestCycle.java:1310)

at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)

Reply via email to