Update contrib.
1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef LOGWRAPCONST_H
17 #define LOGWRAPCONST_H
19 Big enough to contain any of the above strings
20 Defines a modifiable buffer descriptor into which a standard string from the
21 resource in the logwrap.dll resource file can be safely put.
23 @see CLogClient::GetString()
27 typedef TBuf<64> TLogString;
31 The unique event ID associated with a log event.
34 @see CLogViewDuplicate
41 typedef TInt32 TLogId;
43 The duration type of an event.
50 typedef TInt8 TLogDurationType;
51 typedef TInt8 TLogRecentList;
52 typedef TUint16 TLogSize;
53 typedef TUint8 TLogRecentSize;
55 Duration of an event, expressed as the number of seconds since the time of
62 typedef TUint32 TLogDuration;
63 typedef TUint32 TLogAge;
65 Link value relating a log event to an entity in another application.
71 typedef TUint32 TLogLink;
72 typedef TInt16 TLogStringId;
73 typedef TInt16 TLogTypeId;
75 The duration type of an event.
82 typedef TInt8 TLogDurationType;
91 typedef TUint8 TLogFlags;