backupandrestore/backuptest/ABTester/group/abtester.mmh
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // ABTester MMP Configuration Header File
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #ifndef __ABTESTER_MMH__
       
    23 #define __ABTESTER_MMH__
       
    24 
       
    25 
       
    26 /** By default, the SBE logs only in DEBUG builds. If you want
       
    27  both release and debug logging, then comment this line out */
       
    28 #define __SBE_DISABLE_RELEASE_LOGGING
       
    29 
       
    30 
       
    31 #if defined(__ABT_DISABLE_RELEASE_LOGGING)
       
    32     
       
    33     MACRO ABT_LOGGING_DEBUG_ONLY
       
    34 
       
    35 #else
       
    36 
       
    37     MACRO ABT_LOGGING_DEBUG_AND_RELEASE
       
    38 
       
    39 #endif
       
    40 
       
    41 
       
    42 /** The following macros are used (when logging is enabled) to
       
    43  configure the type of logging to perform */
       
    44 
       
    45 
       
    46 /** Uncomment this line to enable FLOGGER (File) logging */
       
    47 MACRO ABT_LOGGING_METHOD_FLOGGER
       
    48 
       
    49 /** Uncomment this line to enable RDEBUG logging */
       
    50 //MACRO ABT_LOGGING_METHOD_RDEBUG
       
    51 
       
    52 /** Uncomment this line to enable UI (User::InfoPrint) logging. This
       
    53  can cause UI deadlock in some UI systems. */
       
    54 //MACRO ABT_LOGGING_METHOD_UI
       
    55 
       
    56 
       
    57 
       
    58 
       
    59 #endif