Peter Thomas wrote:
Seeing that Wicket depends on SLF4J got me interested - so I just tried to
switch to it from commons-logging.  My pages / panels extend from a base
class that holds a org.slf4j.Logger instance.  But now I get a whole lot of
serialization problems in the log:
[...]

Make your loggers static final instead of private member instances.

Regards,

Al

--
Alastair Maw
Wicket-biased blog at http://herebebeasties.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to