Package com.allen_sauer.gwt.log.shared

Class Summary
LogRecord Wrapper class to capture a single log message and optional stack trace, used primarily for transfer between client and server.
UnwrappedClientThrowable Representation of a client-side thrown exception, which can be re-instantiated on the server.
WrappedClientThrowable Representation of a client-side thrown exception, which can be serialized via RPC.