#include <eventlog.h>
Link against:
systemmonitor.lib
This item is not part of the S60 5th Edition SDK
class CEventLog;
Description
CEventLog: Implements append, read and count, to manage EventLog records.
Members
Defined in CEventLog
:
Construction and destruction
CEventLog(TInstrumentationEventInformation *,CGlobalEventLogVars *,TInt,TBool)
Interface status: |
test |
Inherited from: CEventLog |
IMPORT_C CEventLog(TInstrumentationEventInformation *aRecordsStart, CGlobalEventLogVars *aGlobalEventLog, TInt aBufferSize,
TBool aCreatedChunk);
Description
Parameters
Interface status: |
test |
Inherited from: CEventLog |
IMPORT_C ~CEventLog();
Description
Append(TInstrumentationEventInformation *,TBool)
Interface status: |
test |
Inherited from: CEventLog |
IMPORT_C void Append(TInstrumentationEventInformation *iEventInformation, TBool aIsTSBeforeCriticalSection);
Description
Parameters
Read(TInstrumentationEventInformation *)
Interface status: |
test |
Inherited from: CEventLog |
IMPORT_C void Read(TInstrumentationEventInformation *aRecord);
Description
Parameters
Interface status: |
test |
Inherited from: CEventLog |
IMPORT_C TInt Count();
Description
Return value
CopyRecord(TInstrumentationEventInformation *,TInt)
Interface status: |
test |
Inherited from: CEventLog |
IMPORT_C void CopyRecord(TInstrumentationEventInformation *aEventInformation, TInt aIndex);
Description
Parameters
Interface status: |
test |
Inherited from: CEventLog |
IMPORT_C void ClearLog();
Description