commsfwtools/preparedefaultcommsdatabase/src/Commsdat_Log.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 /**
       
     2 * Copyright (c) 2004-2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file COMMSDB_LOG.H
       
    22  @internalComponent
       
    23 */
       
    24 
       
    25 #include <comms-infras/commsdebugutility.h>
       
    26 
       
    27 
       
    28 #if !defined(__COMMSDB_LOG_H__)
       
    29 #define __COMMSDB_LOG_H__
       
    30 
       
    31 /**
       
    32 @internalComponent
       
    33 */
       
    34 /**
       
    35 	The name is used as a parameter for subsystem filter within comsdbg.ini 
       
    36   	It should be used in cases when subcomponent is not defined
       
    37 */
       
    38 	_LIT8(KDefaultSubSustem,"default");		
       
    39 /**
       
    40 	The name is used as a parameter for component name within comsdbg.ini 
       
    41 	It should be used as main component for all CommsDat logs.
       
    42 */
       
    43 	_LIT8(KLogComponent,"commsdat");
       
    44 	
       
    45 /**
       
    46 	The name is used as a parameter for subsystem filter within comsdbg.ini 
       
    47 	It will mark error logs
       
    48 */
       
    49 	_LIT8(KCDErrLog,"commsdatErr");
       
    50 
       
    51 /**
       
    52 	The name is used as a parameter for subsystem filter within comsdbg.ini 
       
    53 	It will mark informational logs
       
    54 */
       
    55 	_LIT8(KCDInfoLog,"commsdatInfo");
       
    56 
       
    57 /**
       
    58 	The name is used as a parameter for subsystem filter within comsdbg.ini 
       
    59     Log entry for each function entered will be shown
       
    60 */
       
    61 	_LIT8(KCDFnLog,"commsdatFn");
       
    62 
       
    63 #endif // __COMMSDB_LOG_H__