public interface LogEntry
This interface is not intended to be implemented by clients.
Launch.getLogEntries()
Modifier and Type | Method and Description |
---|---|
LogEntryKind |
getKind()
Returns the type of log.
|
String |
getMessage()
Returns the logged message.
|
long |
getTime()
Returns the time at which the message was logged.
|
LogEntryKind getKind()
String getMessage()
long getTime()