cellular/telephonysettings/Logger/PhoneSettingsLoggingConf.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:45:17 +0300
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* 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 PHONESCONFIGURATION_H
#define PHONESCONFIGURATION_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 _PHSLOGGING

/**
* - 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 _PHS_LOGGING_TO_FILE

#endif // _DEBUG

#endif // PHONESCONFIGURATION_H