#include <logview.h>
Link against: logcli.lib
class CLogViewEvent : public CLogView |
Public Member Functions | |
---|---|
~CLogViewEvent() | |
IMPORT_C CLogViewEvent * | NewL(CLogClient &, TInt) |
IMPORT_C CLogViewEvent * | NewL(CLogClient &, MLogViewChangeObserver &, TInt) |
IMPORT_C TBool | SetFilterL(const CLogFilterList &, TRequestStatus &) |
IMPORT_C TBool | SetFilterL(const CLogFilter &, TRequestStatus &) |
IMPORT_C TBool | SetFilterParseFilterByFilterL(const CLogFilterList &, TRequestStatus &) |
Inherited Attributes | |
---|---|
CActive::iStatus | |
CLogView::iClient | |
CLogView::iData | |
CLogView::iMaintain | |
CLogView::iPackage | |
CLogView::iSpare2 | |
CLogView::iValid | |
CLogView::iViewId | |
CLogView::iWindow |
Inherited Enumerations | |
---|---|
CActive:TPriority |
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.
See also: CLogFilter CLogFilterList
IMPORT_C | ~CLogViewEvent | ( | ) |
Frees all resources owned by the object prior to its destruction. In particular, any outstanding asynchronous request is cancelled
IMPORT_C CLogViewEvent * | NewL | ( | CLogClient & | aClient, |
TInt | aPriority = CActive::EPriorityStandard | |||
) | [static] |
IMPORT_C CLogViewEvent * | NewL | ( | CLogClient & | aClient, |
MLogViewChangeObserver & | aObserver, | |||
TInt | aPriority = CActive::EPriorityStandard | |||
) | [static] |
IMPORT_C 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.
Parameters | |
---|---|
aFilterList | The set of filters. |
aStatus | The request status. On request completion, contains:KErrNone, if the view has been successfully initialised or refreshed;one of the other system wide error codes, otherwise. |
Capability | |
---|---|
Note | None required. |
IMPORT_C 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.
Parameters | |
---|---|
aFilter | The filter. |
aStatus | The request status. On request completion, contains:KErrNone, if the view has been successfully initialised or refreshed;one of the other system wide error codes, otherwise. |
Capability | |
---|---|
Note | None required. |
IMPORT_C TBool | SetFilterParseFilterByFilterL | ( | const CLogFilterList & | aFilterList, |
TRequestStatus & | aStatus | |||
) |
Capability | |
---|---|
Note | None required. |