public class DefaultExceptionLogger extends Object implements ExceptionLogger
ExceptionLogger that logs all MessageExceptions at WARN level with Commons Logging.| Constructor and Description |
|---|
DefaultExceptionLogger() |
public void log(Throwable throwable)
ExceptionLoggerMessageException 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 ExceptionLoggerthrowable - the exception to be loggedCopyright © 2014. All rights reserved.