The session related book-keeping of monitored events. More...
#include <SQLMonitoringService.h>
Public Member Functions | |
SessionMonitor () | |
SessionMonitor (bool, coral::monitor::Level) | |
Public Attributes | |
bool | active |
coral::monitor::Level | level |
EventStream | stream |
The session related book-keeping of monitored events.
Definition at line 27 of file SQLMonitoringService.h.
cond::SessionMonitor::SessionMonitor | ( | ) |
Definition at line 11 of file SQLMonitoringService.cc.
cond::SessionMonitor::SessionMonitor | ( | bool | act, |
coral::monitor::Level | lvl | ||
) |
Definition at line 16 of file SQLMonitoringService.cc.
bool cond::SessionMonitor::active |
Definition at line 31 of file SQLMonitoringService.h.
coral::monitor::Level cond::SessionMonitor::level |
Definition at line 32 of file SQLMonitoringService.h.
EventStream cond::SessionMonitor::stream |
Definition at line 33 of file SQLMonitoringService.h.