public interface EventLog extends Comparable<EventLog>
| Modifier and Type | Method and Description |
|---|---|
EventLogCategory |
getCategory() |
Optional<String> |
getContext() |
Optional<String> |
getDetail() |
EventLogLevel |
getLevel() |
String |
getMessage() |
Optional<String> |
getScope() |
Instant |
getWhen() |
Optional<String> |
getWho() |
compareToInstant getWhen()
EventLogLevel getLevel()
String getMessage()
EventLogCategory getCategory()
Optional<String> getWho()
Optional<String> getContext()
Optional<String> getScope()
Optional.empty()Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.