servicediscoveryandcontrol/pnp/test/upnp/Server/Flow/inc/upnplog.h
changeset 0 f5a58ecadc66
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/servicediscoveryandcontrol/pnp/test/upnp/Server/Flow/inc/upnplog.h	Tue Feb 02 01:12:20 2010 +0200
@@ -0,0 +1,54 @@
+// Copyright (c) 2008-2009 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:
+//
+
+#ifndef __UPNPLOG_H_
+#define __UPNPLOG_H_
+
+#include <comms-infras/ss_log.h>
+#include <comms-infras/ss_logext.h>
+
+__FLOG_STMT(_LIT8(KSubsysHttpClntTrans,"HTTPClntTrans");)
+__FLOG_STMT(_LIT8(KSubsysMUDPFlow,"HTTPMUDPFlow");)
+__FLOG_STMT(_LIT8(KSubsysHttpServer,"HTTPServer");)
+__FLOG_STMT(_LIT8(KSubsysHttpSrvrFlow,"HTTPServerFlow");)
+__FLOG_STMT(_LIT8(KSubsysHttpClntFlow,"HTTPClientFlow");)
+__FLOG_STMT(_LIT8(KSubsysHttpSrvrHndlr,"HTTPSrvrHndlr");)
+__FLOG_STMT(_LIT8(KSubsysHttpUDPFlow,"HTTPUDPFlow");)
+__FLOG_STMT(_LIT8(KSubsysSPNewSrvcRegActivity,"SPSrvcReg");)
+__FLOG_STMT(_LIT8(KSubsysSPSubsTimerActivity,"SPSubsTimer");)
+__FLOG_STMT(_LIT8(KSubsysSPCprSts,"SPCprSts");)
+__FLOG_STMT(_LIT8(KSubsysSPRootDeviceInfoReqActivity,"SPRootDvcInfoReq");)
+__FLOG_STMT(_LIT8(KSubsysSPDeftScprStates,"SPDeftScptSts");)
+__FLOG_STMT(_LIT8(KSubsysSPScpr,"UPnPSPScpr");)
+__FLOG_STMT(_LIT8(KSubsysCtrlScpr,"UPnPCtrlScpr");)
+
+__FLOG_STMT(_LIT8(KSubsysSPServiceReqInfoActivity,"SPServcReqInf");)
+__FLOG_STMT(_LIT8(KSubsysSPClntFlowCreationActivity,"SPClntFlowCreate");)
+__FLOG_STMT(_LIT8(KSubsysSPEventNotifyActivity,"SPEventNotify");)
+__FLOG_STMT(_LIT8(KSubsysSPSrvcRegActivity,"SPSrvcReg");)
+__FLOG_STMT(_LIT8(KSubsysSPDeviceRegActivity,"SPDeviceReg");)
+__FLOG_STMT(_LIT8(KSubsysSPScprSts,"SPScprSts");)
+
+__FLOG_STMT(_LIT8(KSubsysSearchActivity,"CPSearch");)
+__FLOG_STMT(_LIT8(KSubsysRegNotifyActivity,"CPRegNotify");)
+__FLOG_STMT(_LIT8(KSubsysDescribeActivity,"CPDescribe");)
+__FLOG_STMT(_LIT8(KSubsysSubscribeActivity,"CPSubscribe");)
+__FLOG_STMT(_LIT8(KSubsysUnSubscribeActivity,"CPUnSubscribe");)
+__FLOG_STMT(_LIT8(KSubsysEventNotifyActivity,"CPEventNotify");)
+__FLOG_STMT(_LIT8(KSubsysBaseActivity,"UPnPBaseActivity");)
+__FLOG_STMT(_LIT8(KSubsysCtrlScprSts,"UPnPCtrlScprSts");)
+
+
+#endif /*UPNPLOG_H_*/