CImLogMessage Class Reference

class CImLogMessage : public CMsgActive

Inherits from

Constructor & Destructor Documentation

CImLogMessage(TInt)

CImLogMessage(TIntaPriority)[private]

Parameters

TInt aPriority

~CImLogMessage()

~CImLogMessage()

Member Functions Documentation

ConstructL(RFs &, TInt)

voidConstructL(RFs &aFs,
TIntaPriority
)[private]

Parameters

RFs & aFs
TInt aPriority

DoCancel()

voidDoCancel()[private, virtual]

Implements cancellation of an outstanding request.

This function is called as part of the active object's Cancel().

It must call the appropriate cancel function offered by the active object's asynchronous service provider. The asynchronous service provider's cancel is expected to act immediately.

DoCancel() must not wait for event completion; this is handled by Cancel().

CActive::Cancel

DoComplete(TInt &)

voidDoComplete(TInt &aStatus)[private, virtual]

Parameters

TInt & aStatus

DoRunL()

voidDoRunL()[private, virtual]

LogBase()

IMPORT_C CLogBase &LogBase()

LogEvent()

IMPORT_C CLogEvent &LogEvent()

NewL(RFs &, TInt)

IMPORT_C CImLogMessage *NewL(RFs &aFs,
TIntaPriority = CActive::EPriorityStandard
)[static]

Parameters

RFs & aFs
TInt aPriority = CActive::EPriorityStandard

Reset()

IMPORT_C voidReset()

Start(TInt, TRequestStatus &)

IMPORT_C voidStart(TIntaError,
TRequestStatus &aStatus
)

Parameters

TInt aError
TRequestStatus & aStatus

Member Data Documentation

CLogEvent * iLogEvent

CLogEvent *iLogEvent[private]

CLogWrapper * iLogWrapper

CLogWrapper *iLogWrapper[private]