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