Location:
logview.h
Link against:
logcli.lib
CLogViewEvent
Supported from 6.0
A view on the event log.
The events included in the view are defined using a filter that specifies the constraints that all events in the view must satisfy. Filters are specified using one or more CLogFilter objects.
|
Defined in CLogViewEvent:
NewL(), SetFilterL(), ~CLogViewEvent()
Inherited from CActive:
Cancel(),
Deque(),
DoCancel(),
EPriorityHigh,
EPriorityIdle,
EPriorityLow,
EPriorityStandard,
EPriorityUserInput,
IsActive(),
IsAdded(),
Priority(),
RunError(),
RunL(),
SetActive(),
SetPriority(),
TPriority,
iStatus
Inherited from CBase:
operator new()
Inherited from CLogView:
CountL(),
Event(),
FirstL(),
LastL(),
NextL(),
PreviousL()
static CLogViewEvent* NewL(CLogClient& aClient, TInt aPriority = CActive::EPriorityStandard);
Creates a new view on the event log.
After construction, the view is empty.
|
|
~CLogViewEvent();
Frees all resources owned by the object prior to its destruction. In particular, any outstanding asynchronous request is cancelled
TBool SetFilterL(const CLogFilter& aFilter, TRequestStatus& aStatus);
Initialises or refreshes the event view defined by the specified filter.
The view can only be used after the request completes successfully.
|
|
TBool SetFilterL(const CLogFilterList& aFilterList, TRequestStatus& aStatus);
Initialises or refreshes the event view defined by the set of specified filters.
The view can only be used after the request completes successfully.
|
|