commsconfig/commsdatabaseshim/commdbshim/SCDB/Commsdat_Log.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2006-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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalComponent
       
    19  @deprecated since v9.1. Functionality is replaced with commsdat.
       
    20 */
       
    21 
       
    22 #include <comms-infras/commsdebugutility.h>
       
    23 
       
    24 
       
    25 #if !defined(__COMMSDB_LOG_H__)
       
    26 #define __COMMSDB_LOG_H__
       
    27 
       
    28 /**
       
    29 @internalComponent
       
    30 */
       
    31 /**
       
    32 	The name is used as a parameter for subsystem filter within comsdbg.ini
       
    33   	It should be used in cases when subcomponent is not defined
       
    34 */
       
    35 	_LIT8(KDefaultSubSustem,"default");
       
    36 /**
       
    37 	The name is used as a parameter for component name within comsdbg.ini
       
    38 	It should be used as main component for all CommsDat logs.
       
    39 */
       
    40 	_LIT8(KLogComponent,"commdbshim");
       
    41 
       
    42 /**
       
    43 	The name is used as a parameter for subsystem filter within comsdbg.ini
       
    44 	It will mark error logs
       
    45 */
       
    46 	_LIT8(KCDErrLog,"commsdatErr");
       
    47 
       
    48 /**
       
    49 	The name is used as a parameter for subsystem filter within comsdbg.ini
       
    50 	It will mark error logs
       
    51 */
       
    52 	_LIT8(KCDInfoLog,"commsdatInfo");
       
    53 
       
    54 /**
       
    55 	The name is used as a parameter for subsystem filter within comsdbg.ini
       
    56 	It will mark error logs
       
    57 */
       
    58 	_LIT8(KCommDbShim,"commdbshim");
       
    59 
       
    60 #endif // __COMMSDB_LOG_H__