#include <CAlarmLogger.h>
Public Member Functions | |
| CAlarmLogger (STD(string) facility, STD(string) expid, STD(string) host="localhost", STD(string) port="daqalarm") | |
| The experiment id to log this alarm to. | |
| CAlarmLogger (const CAlarmLogger &aCAlarmLogger) | |
| ~CAlarmLogger () | |
| STD (string) getFacility() | |
| STD (string) getHost() | |
| STD (string) getPort() | |
| STD (string) getId() | |
| void | Log (STD(string) message) |
Protected Member Functions | |
| void | setFacility (STD(string) fac) |
| void | setHost (const STD(string)&host) |
| void | setPort (const STD(string)&port) |
| void | setIf (const STD(string)&id) |
Private Member Functions | |
| STD (string) m_sFacility | |
| STD (string) m_sHost | |
| The facility name that's doing the logging. | |
| STD (string) m_sPort | |
| The host to log to (server host). | |
| STD (string) m_sExpId | |
| The port to log to (server port). | |
Definition at line 329 of file CAlarmLogger.h.
|
||||||||||||||||||||
|
The experiment id to log this alarm to.
|
|
|
"Copy Constructor" This is the copy constructor. It creates a new object by copying the information of the reference object which is its parameter.
Definition at line 346 of file CAlarmLogger.cpp. |
|
|
"Destructor" Called when an object goes out of scope, or when execution of the program is terminated. Destroys the object, and frees up space. Definition at line 357 of file CAlarmLogger.cpp. |
|
|
|
|
|
Definition at line 358 of file CAlarmLogger.h. |
|
|
Definition at line 362 of file CAlarmLogger.h. |
|
|
Definition at line 370 of file CAlarmLogger.h. |
|
|
Definition at line 366 of file CAlarmLogger.h. |
|
|
Definition at line 354 of file CAlarmLogger.h. |
|
|
Definition at line 353 of file CAlarmLogger.h. |
|
|
Definition at line 352 of file CAlarmLogger.h. |
|
|
Definition at line 351 of file CAlarmLogger.h. |
|
|
The port to log to (server port).
|
|
|
The host to log to (server host).
|
|
|
The facility name that's doing the logging.
|
|
|
|
1.3.9.1