Uses of Class
io.hawt.log.LogResults
-
Packages that use LogResults Package Description io.hawt.log.support -
-
Uses of LogResults in io.hawt.log.support
Methods in io.hawt.log.support that return LogResults Modifier and Type Method Description LogResultsLogQuerySupport. allLogResults()LogResultsLogQuerySupportMBean. allLogResults()Returns all the available recent log events as aLogResultsobject which is then serializedLogResultsLogQuerySupportMBean. getLogResults(int count)Returns the recent log events as aLogResultsobject which is then serializedLogResultsLogQuerySupport. jsonQueryLogResults(java.lang.String jsonFilter)LogResultsLogQuerySupportMBean. jsonQueryLogResults(java.lang.String jsonFilter)Allows a JSON filter to be specified then returns the log results as a serialised objectLogResultsLogQuerySupport. logResultsSince(long time)LogResultsLogQuerySupportMBean. logResultsSince(long time)Returns all the available log events since the given timestamp (millis)LogResultsLogQuerySupportMBean. queryLogResults(LogFilter filter)Queries the log results using the given filter
-