| 14 | class MyMonitorDaemon : public CGraph::GDaemon { |
| 15 | public: |
| 16 | CVoid daemonTask(CGraph::GDaemonParamPtr param) override { |
| 17 | CGraph::CGRAPH_ECHO("----> [MyMonitorDaemon] this monitor is still running, monitor span is [%ld] ms...", |
| 18 | getInterval()); |
| 19 | } |
| 20 | }; |
| 21 | |
| 22 | #endif //CGRAPH_MYMONITORDAEMON_H |
nothing calls this directly
no test coverage detected