Skip to main content

com.eruces.teadmin.AdminLogger

Event AdminLogger class is for administration logs.

Since: 5.3.1

© Pi Soft, 2018-2026 · Tricryption Engine 8.1

Inheritance

Public Member Functions

MemberDescription
AdminLogger()The default constructor.
void addEventLog(EventLog e)The addEventLog method adds a new event log.
void addEventLog(Vector v)The addEventLog method adds a new event logs.

Member Function Documentation

AdminLogger()

The default constructor.

void addEventLog(EventLog e)

The addEventLog method adds a new event log.

Parameters

ParameterDescription
eAn EventLog object representing the event log entry to be added.

Exceptions

ExceptionDescription
teagent.TEAgentExceptionif the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException).

void addEventLog(Vector v)

The addEventLog method adds a new event logs.

Parameters

ParameterDescription
vA Vector object representing the event logs to be added.

Exceptions

ExceptionDescription
teagent.TEAgentExceptionif the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException).