/*
* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
* Macro definition file for logging configuration.
* (Note:This file has to be separate from the logging header file to be
* able to include it in mmp file. If not we will get warning about
* not used flogger.lib in other logging cases where flogger.lib
* is not used.)
*
*/
#ifndef GS_SIP_PLUGIN_CONF_H
#define GS_SIP_PLUGIN_CONF_H
#ifdef _DEBUG // logging to file in debug only
/**
* - Have this line active if you want to have logging for this component
* - Comment this line out if you don't want any logging for this component
*/
#define _GSSIPLOGGING
/**
* - Have this line active if you want to have logging to file
* - Comment this line out if you want to have logging via RDebug::Print
*/
#define _GS_SIP_LOGGING_TO_FILE
#endif // _DEBUG
#endif // GS_SIP_PLUGIN_CONF_H