Interface MonitorService
- All Known Implementing Classes:
MonitorServiceImpl
,MonitorServiceInternalImpl
public interface MonitorService
Provides access to log monitoring
- Since:
- 4.0.1
- Author:
- jmendeza
-
Method Summary
-
Method Details
-
getLogEvents
Retrieves a list of global events logged since the timestamp indicated bysince
parameter- Parameters:
since
- timestamp. Events before this value will not be included.- Returns:
- a list of log events
-