Go to the source code of this file.
| Defines | |
| #define | NDEBUG 1 | 
| #define | EVENT_CALLBACK_WITH_GERROR 1 | 
| #define | NO_THREAD_SAFETY defined(__EPOC32__) | 
| #define | THREAD_SAFETY (!(NO_THREAD_SAFETY)) | 
| #define | _LIT_W(name, s) const static TLitC<sizeof(s)/2> name={sizeof(s)/2-1,s} | 
| #define | COMPONENT_NAME "cl2app" | 
| #define | COMPONENT_NAME_W L"cl2app" | 
| #define | COMPONENT_NAME_LIT8(ident) _LIT8(ident, COMPONENT_NAME) | 
| #define | COMPONENT_NAME_LIT(ident) _LIT_W(ident, COMPONENT_NAME_W) | 
| #define | PRIMARY_LOG_FILENAME "cl2app_log.txt" | 
| #define | DEFINE_LOG_FILE_DIR _LIT(KLogFileDir, "cl2"); | 
| #define | DEFINE_ASSERT_LOG_FILENAME _LIT(KAssertLogFile, "cl2app_assert.txt"); | 
| #define | DEFINE_PANIC_CATEGORY COMPONENT_NAME_LIT(KPanicCategory) | 
| #define | CONFIG_DIR "." | 
| #define | DATABASE_DIR_DEFAULT "." | 
| #define | DATABASE_DISK_THRESHOLD_DEFAULT 10000000 | 
| #define | LOGDB_BASENAME "log.db" | 
| #define | ALWAYS_RECREATE_DB 0 | 
| #define | EXIT_APPLICATION abort() | 
| #define | SHUTDOWN_APPLICATION EXIT_APPLICATION | 
| #define _LIT_W | ( | name, | |||
| s | ) | const static TLitC<sizeof(s)/2> name={sizeof(s)/2-1,s} | 
Definition at line 35 of file daemon/src/application_config.h.
| #define ALWAYS_RECREATE_DB 0 | 
These options should generally not be enabled, but may be useful for testing and debugging.
Definition at line 76 of file daemon/src/application_config.h.
| #define COMPONENT_NAME "cl2app" | 
Definition at line 37 of file daemon/src/application_config.h.
| #define COMPONENT_NAME_LIT | ( | ident | ) | _LIT_W(ident, COMPONENT_NAME_W) | 
Definition at line 41 of file daemon/src/application_config.h.
Referenced by CCl2appAppUi::ConstructL().
| #define COMPONENT_NAME_LIT8 | ( | ident | ) | _LIT8(ident, COMPONENT_NAME) | 
Definition at line 40 of file daemon/src/application_config.h.
| #define COMPONENT_NAME_W L"cl2app" | 
Definition at line 38 of file daemon/src/application_config.h.
| #define CONFIG_DIR "." | 
Definition at line 62 of file daemon/src/application_config.h.
| #define DATABASE_DIR_DEFAULT "." | 
Definition at line 63 of file daemon/src/application_config.h.
| #define DATABASE_DISK_THRESHOLD_DEFAULT 10000000 | 
Definition at line 66 of file daemon/src/application_config.h.
| #define DEFINE_ASSERT_LOG_FILENAME _LIT(KAssertLogFile, "cl2app_assert.txt"); | 
Definition at line 49 of file daemon/src/application_config.h.
| #define DEFINE_LOG_FILE_DIR _LIT(KLogFileDir, "cl2"); | 
Definition at line 46 of file daemon/src/application_config.h.
| #define DEFINE_PANIC_CATEGORY COMPONENT_NAME_LIT(KPanicCategory) | 
Definition at line 52 of file daemon/src/application_config.h.
Referenced by Panic().
| #define EVENT_CALLBACK_WITH_GERROR 1 | 
Definition at line 28 of file daemon/src/application_config.h.
| #define EXIT_APPLICATION abort() | 
Definition at line 106 of file daemon/src/application_config.h.
Referenced by er_fatal_msg(), er_fatal_quiet(), and f_die_now().
| #define LOGDB_BASENAME "log.db" | 
Log database file.
Definition at line 70 of file daemon/src/application_config.h.
Referenced by ac_AppContext_configure().
| #define NDEBUG 1 | 
Definition at line 12 of file daemon/src/application_config.h.
| #define NO_THREAD_SAFETY defined(__EPOC32__) | 
Definition at line 31 of file daemon/src/application_config.h.
| #define PRIMARY_LOG_FILENAME "cl2app_log.txt" | 
Definition at line 43 of file daemon/src/application_config.h.
Referenced by cl2GlobalInit(), and MainL().
| #define SHUTDOWN_APPLICATION EXIT_APPLICATION | 
Definition at line 110 of file daemon/src/application_config.h.
Referenced by f_shutdown().
| #define THREAD_SAFETY (!(NO_THREAD_SAFETY)) | 
Definition at line 32 of file daemon/src/application_config.h.
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:57 2011 by Doxygen 1.6.1