Class LogEvent

java.lang.Object
com.soklet.core.LogEvent

@ThreadSafe public class LogEvent extends Object
An informational "loggable" event that occurs during Soklet's internal processing - for example, if an error occurs while handling a request.

These events are exposed via LifecycleInterceptor.didReceiveLogEvent(LogEvent).

Documentation is available at https://www.soklet.com/docs/request-lifecycle#event-logging.

Author:
Mark Allen