uiacceltk/hitchcock/CommonInc/alfloggingconfiguration.h
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2006 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 
       
    17 *             to be able to include it in mmp file. If not we will get warning about not used 
       
    18 *             flogger.lib in other logging cases where flogger.lib is not used.)
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 #ifndef ALFLOGGINGCONFIGURATION_H
       
    26 #define ALFLOGGINGCONFIGURATION_H
       
    27 
       
    28 /**
       
    29 * - Have this line active if you want to have logging for this component
       
    30 * - Comment this line out if you don't want any logging for this component
       
    31 */
       
    32 //#define _ALF_LOGGING
       
    33 
       
    34 /**
       
    35 * - Have this lines active if you want to have logging for effects
       
    36 * - Comment thess lines out if you don't want any logging for effects
       
    37 */
       
    38 //#define _ALF_FXLOGGING
       
    39 //#define HUIFX_TRACE
       
    40 /**
       
    41 * - Have this line active if you want to have logging to file (defined in AlfLogger.h)
       
    42 * - Comment this line out if you want to have logging via RDebug::Print 
       
    43 */
       
    44 //#define _ALF_LOGGING_TO_FILE
       
    45 
       
    46 #endif // ALFLOGGINGCONFIGURATION_H
       
    47 
       
    48 // End of File