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 LoggableEvent
Interface for loggable events.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
asLoggableString()
Creates a string representation of this event to be logged.default java.util.logging.Level
logLevel()
Gets log level of this event.
-