Class LogEvent.Builder

java.lang.Object
com.soklet.core.LogEvent.Builder
Enclosing class:
LogEvent

@NotThreadSafe public static class LogEvent.Builder extends Object
Builder used to construct instances of LogEvent via LogEvent.with(LogEventType, String).

This class is intended for use by a single thread.

Author:
Mark Allen