public interface ExceptionLogger
MessageExceptionsvoid log(Throwable throwable)
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.throwable - the exception to be loggedCopyright © 2014. All rights reserved.