equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Logging definitions for imum MTM |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef IMUMMTMLOGGING_H |
|
20 #define IMUMMTMLOGGING_H |
|
21 |
|
22 _LIT( KLogData, "ImumSettingsData.txt" ); |
|
23 _LIT( KLogInApi, "ImumInternalApi.txt" ); |
|
24 _LIT( KLogUi, "ImumSettingsUi.txt" ); |
|
25 _LIT( KLogDataAttr, "ImumAttributes.txt" ); |
|
26 |
|
27 #define _IMUM_LOG_NAME "ImumUtils" |
|
28 #define _IMUM_LOG_PATH "Email" |
|
29 #define _IMUM_LOG_COMPONENT_ID 0 |
|
30 #define _IMUM_LOG_BANNER "Internet Mail UI Utils %d.%d.%d" |
|
31 |
|
32 #include "Logging.h" |
|
33 |
|
34 #endif /* IMUMMTMLOGGING_H */ |