Package edu.wpi.grip.core.events
Interface LoggableEvent
-
- All Known Implementing Classes:
AppSettingsChangedEvent,BenchmarkEvent,CodeGenerationSettingsChangedEvent,ConnectionAddedEvent,ConnectionRemovedEvent,ProjectSettingsChangedEvent,SourceAddedEvent,SourceRemovedEvent,StepAddedEvent,StepRemovedEvent,UnexpectedThrowableEvent,WarningEvent
public interface LoggableEventInterface for loggable events.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.StringasLoggableString()Creates a string representation of this event to be logged.default java.util.logging.LevellogLevel()Gets log level of this event.
-