os/persistentdata/loggingservices/eventlogger/LogWrap/inc/LOGWRAPCONST.H
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
#ifndef LOGWRAPCONST_H
sl@0
    17
#define LOGWRAPCONST_H
sl@0
    18
/** 
sl@0
    19
Big enough to contain any of the above strings
sl@0
    20
Defines a modifiable buffer descriptor into which a standard string from the 
sl@0
    21
resource in the logwrap.dll resource file can be safely put.
sl@0
    22
sl@0
    23
@see CLogClient::GetString()
sl@0
    24
@publishedAll
sl@0
    25
@released
sl@0
    26
*/
sl@0
    27
typedef TBuf<64> TLogString;
sl@0
    28
sl@0
    29
/** 
sl@0
    30
Type definitions
sl@0
    31
The unique event ID associated with a log event.
sl@0
    32
sl@0
    33
@see CLogEvent
sl@0
    34
@see CLogViewDuplicate
sl@0
    35
@see CLogViewRecent
sl@0
    36
@see CLogClient
sl@0
    37
@see CLogBase 
sl@0
    38
@publishedAll
sl@0
    39
@released
sl@0
    40
*/
sl@0
    41
typedef TInt32	TLogId;
sl@0
    42
/** 
sl@0
    43
The duration type of an event.
sl@0
    44
sl@0
    45
@see CLogEvent
sl@0
    46
@see CLogFilter
sl@0
    47
@publishedAll
sl@0
    48
@released
sl@0
    49
*/
sl@0
    50
typedef TInt8	TLogDurationType;
sl@0
    51
typedef TInt8	TLogRecentList;
sl@0
    52
typedef TUint16 TLogSize;
sl@0
    53
typedef TUint8	TLogRecentSize;
sl@0
    54
/** 
sl@0
    55
Duration of an event, expressed as the number of seconds since the time of 
sl@0
    56
the event.
sl@0
    57
sl@0
    58
@see CLogEvent
sl@0
    59
@publishedAll
sl@0
    60
@released
sl@0
    61
*/
sl@0
    62
typedef TUint32	TLogDuration;
sl@0
    63
typedef TUint32	TLogAge;
sl@0
    64
/** 
sl@0
    65
Link value relating a log event to an entity in another application.
sl@0
    66
sl@0
    67
@see CLogEvent
sl@0
    68
@publishedAll
sl@0
    69
@released
sl@0
    70
*/
sl@0
    71
typedef TUint32	TLogLink;
sl@0
    72
typedef TInt16	TLogStringId;
sl@0
    73
typedef TInt16	TLogTypeId;
sl@0
    74
/** 
sl@0
    75
The duration type of an event.
sl@0
    76
sl@0
    77
@see CLogEvent
sl@0
    78
@see CLogFilter
sl@0
    79
@publishedAll
sl@0
    80
@released
sl@0
    81
*/
sl@0
    82
typedef TInt8	TLogDurationType;
sl@0
    83
/** 
sl@0
    84
Event flags.
sl@0
    85
sl@0
    86
@see CLogEvent
sl@0
    87
@see CLogFilter
sl@0
    88
@publishedAll
sl@0
    89
@released
sl@0
    90
*/
sl@0
    91
typedef TUint8	TLogFlags;
sl@0
    92
sl@0
    93
#endif