sipplugins/sippsipsettingsui/logger/gssippluginlogconf.h
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 /*
       
     2 * Copyright (c) 2005 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 *        Macro definition file for logging configuration.
       
    16 *       (Note:This file has to be separate from the logging header file to be
       
    17 *           able to include it in mmp file. If not we will get warning about
       
    18 *			not used flogger.lib in other logging cases where flogger.lib 
       
    19 *           is not used.)
       
    20 *
       
    21 */
       
    22 
       
    23 
       
    24 
       
    25 #ifndef GS_SIP_PLUGIN_CONF_H
       
    26 #define GS_SIP_PLUGIN_CONF_H
       
    27 
       
    28 
       
    29 #ifdef _DEBUG // logging to file in debug only
       
    30 
       
    31 /**
       
    32 * - Have this line active if you want to have logging for this component
       
    33 * - Comment this line out if you don't want any logging for this component
       
    34 */
       
    35 #define _GSSIPLOGGING
       
    36 
       
    37 /**
       
    38 * - Have this line active if you want to have logging to file
       
    39 * - Comment this line out if you want to have logging via RDebug::Print 
       
    40 */
       
    41 #define _GS_SIP_LOGGING_TO_FILE
       
    42 
       
    43 #endif // _DEBUG
       
    44 
       
    45 #endif // GS_SIP_PLUGIN_CONF_H