Skip to main content

ERUCES::TEAdminLog

#include <teadmin_log.h>

The TEAdminLog class administrates event logging.

Inheritance

Public Member Functions

MemberDescription
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

ParameterDescription
logA TEEventLog object to be added.

void addEventLog(const TEObjectContainer &container)

The addEventLog method adds a group of new event logs.

Parameters

ParameterDescription
containerA TEObjectContainer objection containing TEEventLog objects to be added.