taskswitcher/taskswitcherui/taskswitcherappecom/inc/tsappecomlogging.h
author Pat Downey <patd@symbian.org>
Mon, 12 Jul 2010 14:31:09 +0100
branchRCL_3
changeset 66 5bdb7513a04f
parent 4 4d54b72983ae
permissions -rw-r--r--
Merge contributor for bug 1972.

/*
* Copyright (c) 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:  Defines logs for tsappecom
*
*/


#ifdef _DEBUG
_LIT( KTsLogFile, "tsappecom.txt" );
_LIT( KTsLogPath, "taskswitcher" );
#define _TSLOG_LOG_COMPONENT_ID KTsAppPluginDllUid

#endif
#include "tslogging.h"