diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-BCB0E50F-B22E-5964-BB68-BEE1870D9C79.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-BCB0E50F-B22E-5964-BB68-BEE1870D9C79.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,12 @@ + + + + + +Configuring Log Engine This tutorial describes how to configure Log Engine using TLogConfig class.

There are three parameters which you can configure at run time using a Log Engine client. They are implemented as the three members of a TLogConfig class:

  • iMaxLogSize, the maximum size of an event log,

  • iMaxRecentLogSize, the maximum size of a recent list, and

  • iMaxEventAge, the maximum age of a logged event.

create a TLogConfig object set the required values to the members iMaxLogSize, iMaxRecentLogSize and iMaxEventAge pass it to the ChangeConfig() function of a log client.

The Log Engine will be configured with new values.

The TLogConfig class also has the two functions InternalizeL() and ExternalizeL() which implement streaming input and output of a TLogConfig object.

Maintaining Log Events Requesting Log Engine Notifications Setting Up A Log Engine Client Displaying Log Events
\ No newline at end of file