HCE project C++ developers source code library
1.1.1
HCE project developer library
|
Go to the source code of this file.
Macros | |
#define | MAIN_ERROR "Error in main function." |
#define | MESSAGE_ALREADY_INITIALIZED_EXCEPTION "Object already initialized" |
#define | DEFAULT_LOG_SUFFIX ".log.txt" |
#define | DEFAULT_LOG_ALWAYS_USE_DEF_LOG "false" |
#define | DEFAULT_LOG_LEVEL "information" |
#define | DEFAULT_LOG_NAME "Application" |
#define | DEFAULT_LOG_PATTERN_FORMATTER "%Y-%m-%d %H:%M:%S.%c %N[%P]:%s:%p:%t" |
#define | DEFAULT_LOG_ERROR "Default log is not exist" |
#define | CHANNELS "CHANNELS" |
#define | PATTERN_FORMATTER "PatternFormatter" |
#define | ALWAYS_USE_DEFAULT_LOG "alwaysUseDefaultLog" |
#define | BASE_NAME "application.path" |
#define | LOG_LEVEL "log_level" |
#define | CHANNEL_NOT_EXIST_EXCEPTION "This channel not exist." |
#define | LOGGER_ON_DEFAULT_LEVEL 7 |
#define | LOGGER_OFF_LEVEL 0 |
#define | NOT_SET_ERROR "Database connection parameters not set. Parameters must be declared in configuration file." |
#define | QUERY_SELECT_BLACK_WORDS "SELECT word FROM blackWords" |
#define ALWAYS_USE_DEFAULT_LOG "alwaysUseDefaultLog" |
Definition at line 20 of file ApplicationDefine.hpp.
#define BASE_NAME "application.path" |
Definition at line 21 of file ApplicationDefine.hpp.
#define CHANNEL_NOT_EXIST_EXCEPTION "This channel not exist." |
Definition at line 24 of file ApplicationDefine.hpp.
#define CHANNELS "CHANNELS" |
Definition at line 18 of file ApplicationDefine.hpp.
#define DEFAULT_LOG_ALWAYS_USE_DEF_LOG "false" |
Definition at line 12 of file ApplicationDefine.hpp.
#define DEFAULT_LOG_ERROR "Default log is not exist" |
Definition at line 16 of file ApplicationDefine.hpp.
#define DEFAULT_LOG_LEVEL "information" |
Definition at line 13 of file ApplicationDefine.hpp.
#define DEFAULT_LOG_NAME "Application" |
Definition at line 14 of file ApplicationDefine.hpp.
#define DEFAULT_LOG_PATTERN_FORMATTER "%Y-%m-%d %H:%M:%S.%c %N[%P]:%s:%p:%t" |
Definition at line 15 of file ApplicationDefine.hpp.
#define DEFAULT_LOG_SUFFIX ".log.txt" |
Definition at line 11 of file ApplicationDefine.hpp.
#define LOG_LEVEL "log_level" |
Definition at line 22 of file ApplicationDefine.hpp.
#define LOGGER_OFF_LEVEL 0 |
Definition at line 27 of file ApplicationDefine.hpp.
#define LOGGER_ON_DEFAULT_LEVEL 7 |
Definition at line 26 of file ApplicationDefine.hpp.
#define MAIN_ERROR "Error in main function." |
Definition at line 5 of file ApplicationDefine.hpp.
#define MESSAGE_ALREADY_INITIALIZED_EXCEPTION "Object already initialized" |
Definition at line 8 of file ApplicationDefine.hpp.
#define NOT_SET_ERROR "Database connection parameters not set. Parameters must be declared in configuration file." |
Definition at line 30 of file ApplicationDefine.hpp.
#define PATTERN_FORMATTER "PatternFormatter" |
Definition at line 19 of file ApplicationDefine.hpp.
#define QUERY_SELECT_BLACK_WORDS "SELECT word FROM blackWords" |
Definition at line 33 of file ApplicationDefine.hpp.