contextutility/inc/hgctxutilslogging.h
branchv5backport
changeset 16 66e84aa0ed46
parent 12 2f40063dfb5c
child 17 c9bafd575d88
equal deleted inserted replaced
12:2f40063dfb5c 16:66e84aa0ed46
     1 /*
       
     2 * Copyright (c) 2008 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 utils
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifdef _DEBUG
       
    20 _LIT( KHgLogFile, "hgctxutils.txt" );
       
    21 _LIT( KHgLogPath, "teleport" );
       
    22 #define _HGLOG_LOG_COMPONENT_ID 0x1000008d
       
    23 
       
    24 #endif
       
    25 #include "hglogging.h"