Uses of Class
io.hawt.log.LogEvent
-
Packages that use LogEvent Package Description io.hawt.log io.hawt.log.rest io.hawt.log.support -
-
Uses of LogEvent in io.hawt.log
Methods in io.hawt.log that return LogEvent Modifier and Type Method Description static LogEventLogEvent. toLogEvent(java.lang.Object element)Methods in io.hawt.log that return types with arguments of type LogEvent Modifier and Type Method Description java.util.List<LogEvent>LogResults. getEvents()Methods in io.hawt.log with parameters of type LogEvent Modifier and Type Method Description voidLogResults. addEvent(LogEvent event)intLogEvent. compareTo(LogEvent that)Method parameters in io.hawt.log with type arguments of type LogEvent Modifier and Type Method Description voidLogResults. setEvents(java.util.List<LogEvent> events) -
Uses of LogEvent in io.hawt.log.rest
Methods in io.hawt.log.rest that return LogEvent Modifier and Type Method Description LogEventLogResponseHit. getEvent()Methods in io.hawt.log.rest with parameters of type LogEvent Modifier and Type Method Description voidLogResponseHit. setEvent(LogEvent event) -
Uses of LogEvent in io.hawt.log.support
Methods in io.hawt.log.support that return types with arguments of type LogEvent Modifier and Type Method Description protected Predicate<LogEvent>LogQueryBase. createPredicate(LogFilter filter)
-