browserui/browser/Group/BrowserLogger.inc
author tahirm@symbian.org
Tue, 29 Sep 2009 14:24:44 +0100
branchRCL_1
changeset 9 a100c7866f78
parent 0 84ad3b177aa3
child 26 97c9f46387be
permissions -rw-r--r--
Created branch for release codeline RCL_1, for maintenance changes to the Symbian^2 platform

/*
* This file enables or disables the logger 
* functionality in Browser Application.
* File included into mmp files.
*/

// define this macro to enable browser log
// #define __BROWSER_LOG_ENABLE

// define this macro to enable browser performance log
//#define __BROWSER_PERF_LOG_ENABLE


// debug mode always activates log
#if defined( __BROWSER_LOG_ENABLE ) || defined( _DEBUG )
	MACRO I__BROWSER_LOG_ENABLED
	#define I__BROWSER_LOG_ENABLED
#endif

#if defined( __BROWSER_PERF_LOG_ENABLE )
	MACRO I__BROWSER_PERF_LOG_ENABLED
	#define I__BROWSER_PERF_LOG_ENABLED
#endif