bluetoothengine/btnotif/btnotifsrv/inc/traceconfig.h
changeset 70 f5508c13dfe0
parent 31 a0ea99b6fa53
equal deleted inserted replaced
67:16e4b9007960 70:f5508c13dfe0
     2 * ============================================================================
     2 * ============================================================================
     3 *  Name        : traceconfig_template.h
     3 *  Name        : traceconfig_template.h
     4 *  Part of     : BluetoothUI / bluetoothuimodel       *** Info from the SWAD
     4 *  Part of     : BluetoothUI / bluetoothuimodel       *** Info from the SWAD
     5 *  Description : Configuration of debug tracing in btnotif
     5 *  Description : Configuration of debug tracing in btnotif
     6 *
     6 *
     7 *  Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
     7 *  Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies).
     8 *  All rights reserved.
     8 *  All rights reserved.
     9 *  This component and the accompanying materials are made available
     9 *  This component and the accompanying materials are made available
    10 *  under the terms of "Eclipse Public License v1.0"
    10 *  under the terms of "Eclipse Public License v1.0"
    11 *  which accompanies this distribution, and is available
    11 *  which accompanies this distribution, and is available
    12 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
    12 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
   104 
   104 
   105 /**
   105 /**
   106  * Group-mapping aligning with OST groups.
   106  * Group-mapping aligning with OST groups.
   107  * The purpose of using groups is to ease migrating tracing from legacy logging to OST.
   107  * The purpose of using groups is to ease migrating tracing from legacy logging to OST.
   108  */
   108  */
   109 #define TRACE_FATAL       "[FATAL]"
   109 #define TRACE_FATAL       _L("[FATAL]")
   110 #define TRACE_IMPORTANT   "[IMPTT]"
   110 #define TRACE_IMPORTANT   _L("[IMPTT]")
   111 #define TRACE_NORMAL      "[NORML]"
   111 #define TRACE_NORMAL      _L("[NORML]")
   112 #define TRACE_API         "[ API ]"
   112 #define TRACE_API         _L("[ API ]")
   113 #define TRACE_FLOW        "[FLOW ]"
   113 #define TRACE_FLOW        _L("[FLOW ]")
   114 #define TRACE_STATE       "[STATE]"
   114 #define TRACE_STATE       _L("[STATE]")
   115 #define TRACE_DETAILED    "[DETLD]"
   115 #define TRACE_DETAILED    _L("[DETLD]")
   116 #define TRACE_DEBUG       "[DEBUG]"
   116 #define TRACE_DEBUG       _L("[DEBUG]")
   117 #define TRACE_PERFORMANCE "[PFMAN]"
   117 #define TRACE_PERFORMANCE _L("[PFMAN]")
   118 
   118 
   119 /**
   119 /**
   120  * Component Identifier to be written into traces:
   120  * Component Identifier to be written into traces:
   121  */
   121  */
   122 _LIT(KComponentName, "[BtNotif]");
   122 _LIT(KComponentName, "[BtNotif]");