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.
data git CMSSW_5_3_11_patch5 src CondCore DBCommon plugins SQLMonitoringService cc cond::SessionMonitor::SessionMonitor | ( | ) |
Definition at line 12 of file SQLMonitoringService.cc.
: active( false ), level( coral::monitor::Default ), stream() { }
cond::SessionMonitor::SessionMonitor | ( | bool | act, |
coral::monitor::Level | lvl | ||
) |
Definition at line 17 of file SQLMonitoringService.cc.
Definition at line 31 of file SQLMonitoringService.h.
coral::monitor::Level cond::SessionMonitor::level |
Definition at line 32 of file SQLMonitoringService.h.
Definition at line 33 of file SQLMonitoringService.h.