browserui/browser/Group/BrowserLogger.inc
author Pat Downey <patrick.downey@nokia.com>
Fri, 03 Jul 2009 15:46:41 +0100
changeset 15 e45c3f40ea5f
parent 0 84ad3b177aa3
child 33 97c9f46387be
permissions -rw-r--r--
Revision: 200919 Kit: 200925

/*
* 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