Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: logcli.h
Link against: logcli.lib

Class TLogConfig

TLogConfig

Support

Supported from 6.0

Description

Encapsulates Log Engine configuration data.

Defined in TLogConfig:
TLogConfig(), iMaxEventAge, iMaxLogSize, iMaxRecentLogSize

See also:


Construction


TLogConfig()

TLogConfig();

Description

Sets the:

[Top]


Configuration data


iMaxLogSize

TLogSize iMaxLogSize

Description

The maximum number of events that the event log holds.

If the number of event log entries exceeds this value, the oldest event is deleted from the log.


iMaxRecentLogSize

TLogRecentSize iMaxRecentLogSize

Description

The maximum number of events that a recent event list holds.

If the number of recent event list entries exceeds this value, the oldest event is removed from the list. Note, however, that the event is not deleted from the event log.


iMaxEventAge

TLogAge iMaxEventAge

Description

The maximum age, in seconds, for which events can be retained in the event log.

Events older than this are automatically deleted from the event log.