public class DefaultExceptionLogger extends Object implements ExceptionLogger
ExceptionLogger
that logs all MessageException
s at WARN level with Commons Logging.Constructor and Description |
---|
DefaultExceptionLogger() |
public void log(Throwable throwable)
ExceptionLogger
MessageException
that is the end result of processing an incoming BlazeDS request.
This will be called at the final moment before the MessageException
is serialized as AMF
to be returned to the client.log
in interface ExceptionLogger
throwable
- the exception to be loggedCopyright © 2014. All rights reserved.