Class MonitorServiceInternalImpl
java.lang.Object
org.craftercms.studio.impl.v2.service.monitor.internal.MonitorServiceInternalImpl
- All Implemented Interfaces:
MonitorService
Default internal implementation for
MonitorService.- Author:
- jmendeza
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MonitorServiceInternalImpl
public MonitorServiceInternalImpl()
-
-
Method Details
-
getLogEvents
Description copied from interface:MonitorServiceRetrieves a list of global events logged since the timestamp indicated bysinceparameter- Specified by:
getLogEventsin interfaceMonitorService- Parameters:
since- timestamp. Events before this value will not be included.- Returns:
- a list of log events
-