diff -r 000000000000 -r ff3b6d0fd310 cellular/SSSettings/Logger/SSSettingsLoggingConf.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cellular/SSSettings/Logger/SSSettingsLoggingConf.h Tue Feb 02 01:11:09 2010 +0200 @@ -0,0 +1,44 @@ +/* +* 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 SSSCONFIGURATION_H +#define SSSCONFIGURATION_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 _SSSLOGGING + +/** +* - 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 _SSS_LOGGING_TO_FILE + +#endif // _DEBUG + +#endif // SSSCONFIGURATION_H