hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
hce-node application
HCE project node model
Namespaces
Classes
Files
File List
sources
src
utils
algorithms
applicationFramework
src
exceptions
AdminClient.cpp
AdminClient.h
ApplicationDefine.hpp
ApplicationPattern.cpp
ApplicationPattern.h
AStorageHandler.cpp
AStorageHandler.h
AVLTree.h
BaseHandler.h
Config.cpp
Config.h
CRC.h
CRC16.cpp
CRC16.h
CRC32.cpp
CRC32.h
CRC64.cpp
CRC64.h
DBSession.cpp
DBSession.hpp
ExternConfigurationObject.hpp
ExternDataBaseSessionObject.hpp
FileWriter.cpp
FileWriter.h
Funcs.cpp
Funcs.h
HttpParser.cpp
HttpParser.h
LGrammar.cpp
LGrammar.h
Logger.cpp
Logger.hpp
LogHandler.h
makro.h
MultiMediaCounters.h
MysqlLite.cpp
MysqlLite.h
NameValueMass.cpp
NameValueMass.h
Person.h
ProcFileSystem.cpp
ProcFileSystem.h
ReaderWriterGuards.h
Restart.cpp
Restart.h
revision.h
ServerApplication.cpp
ServerApplication.hpp
Signals.cpp
Signals.h
StatusHandler.h
String.cpp
String.h
Thread.cpp
Thread.hpp
Timer.h
TResStatHandler.h
UpdateExtendedTypes.cpp
UpdateExtendedTypes.h
tests
asmXMLParser
base64
coreDumpChecker
DRCE
exec
HCECSM
jsonObjExtractor
kvdb
messageStream
reduceAdditionCore
reduceCore
reduceDRCE
reduceHandler
reduceSphinx
refine
serializable
sphinx
types
xmlCleaner
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
ApplicationDefine.hpp
Go to the documentation of this file.
1
#ifndef DEFINE_HPP
2
#define DEFINE_HPP
3
4
//Dictionary
5
#define MAIN_ERROR "Error in main function."
6
7
//application
8
#define MESSAGE_ALREADY_INITIALIZED_EXCEPTION "Object already initialized"
9
10
//logger
11
#define DEFAULT_LOG_SUFFIX ".log.txt"
12
#define DEFAULT_LOG_ALWAYS_USE_DEF_LOG "false"
13
#define DEFAULT_LOG_LEVEL "information"
14
#define DEFAULT_LOG_NAME "Application"
15
#define DEFAULT_LOG_PATTERN_FORMATTER "%Y-%m-%d %H:%M:%S.%c %N[%P]:%s:%p:%t"
16
#define DEFAULT_LOG_ERROR "Default log is not exist"
17
18
#define CHANNELS "CHANNELS"
19
#define PATTERN_FORMATTER "PatternFormatter"
20
#define ALWAYS_USE_DEFAULT_LOG "alwaysUseDefaultLog"
21
#define BASE_NAME "application.path"
22
#define LOG_LEVEL "log_level"
23
24
#define CHANNEL_NOT_EXIST_EXCEPTION "This channel not exist."
25
26
#define LOGGER_ON_DEFAULT_LEVEL 7
27
#define LOGGER_OFF_LEVEL 0
28
29
//poco wrapper session
30
#define NOT_SET_ERROR "Database connection parameters not set. Parameters must be declared in configuration file."
31
32
//RwParsesComponent
33
#define QUERY_SELECT_BLACK_WORDS "SELECT word FROM blackWords"
34
35
#endif
/* DEFINE_HPP */
36
sources
utils
applicationFramework
src
ApplicationDefine.hpp
Generated on Tue Jun 30 2015 19:42:09 for hce-node application by
1.8.1.2