-
public final class LogEvent.EntryAddedEvent extends LogEvent
Issued when new message was logged.
-
-
Constructor Summary
Constructors Constructor Description EntryAddedEvent(LogEntry entry)
-
Method Summary
Modifier and Type Method Description final LogEntrycomponent1()final LogEvent.EntryAddedEventcopy(LogEntry entry)final LogEntrygetEntry()The entry. -
-
Constructor Detail
-
EntryAddedEvent
EntryAddedEvent(LogEntry entry)
-
-
Method Detail
-
component1
final LogEntry component1()
-
copy
final LogEvent.EntryAddedEvent copy(LogEntry entry)
-
-
-
-