00001 #ifndef __application_config_h__ 00002 #define __application_config_h__ 00003 00004 #include "common/platform_config.h" 00005 00006 #define PRIMARY_LOG_FILENAME "watchdog_log.txt" 00007 00008 // Invoked internally by logging.cpp. 00009 #define DEFINE_LOG_FILE_DIR _LIT(KLogFileDir, "cl2"); 00010 00011 // Invoked internally by logging.cpp. 00012 #define DEFINE_ASSERT_LOG_FILENAME _LIT(KAssertLogFile, "watchdog_assert.txt"); 00013 00014 // Invoked internally by panic.cpp. 00015 #define DEFINE_PANIC_CATEGORY _LIT(KPanicCategory, "cl2watchdog") 00016 00017 #endif /* __application_config_h__ */ 00018 00019 /** 00020 00021 application_config.h 00022 00023 Copyright 2009 Helsinki Institute for Information Technology (HIIT) 00024 and the authors. All rights reserved. 00025 00026 Authors: Tero Hasu <tero.hasu@hut.fi> 00027 00028 Permission is hereby granted, free of charge, to any person 00029 obtaining a copy of this software and associated documentation files 00030 (the "Software"), to deal in the Software without restriction, 00031 including without limitation the rights to use, copy, modify, merge, 00032 publish, distribute, sublicense, and/or sell copies of the Software, 00033 and to permit persons to whom the Software is furnished to do so, 00034 subject to the following conditions: 00035 00036 The above copyright notice and this permission notice shall be 00037 included in all copies or substantial portions of the Software. 00038 00039 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 00040 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00041 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 00042 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 00043 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 00044 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 00045 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 00046 SOFTWARE. 00047 00048 **/
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:51 2011 by Doxygen 1.6.1