ERUCES::TEAdminLog
#include <teadmin_log.h>
The TEAdminLog class administrates event logging.
Inheritance
- Inherits ERUCES::TEAdmin
Public Member Functions
| Member | Description |
|---|---|
TEAdminLog() | The TEAdminLog constructor is the default class constructor. |
~TEAdminLog() | The TEAdminLog destructor is the class destructor. |
void addEventLog(const TEEventLog &log) | The addEventLog method add a new event log. |
void addEventLog(const TEObjectContainer &container) | The addEventLog method adds a group of new event logs. |
Member Function Documentation
TEAdminLog()
The TEAdminLog constructor is the default class constructor.
~TEAdminLog()
The TEAdminLog destructor is the class destructor.
void addEventLog(const TEEventLog &log)
The addEventLog method add a new event log.
Parameters
| Parameter | Description |
|---|---|
log | A TEEventLog object to be added. |
void addEventLog(const TEObjectContainer &container)
The addEventLog method adds a group of new event logs.
Parameters
| Parameter | Description |
|---|---|
container | A TEObjectContainer objection containing TEEventLog objects to be added. |