Go to the documentation of this file.
37 #ifndef BLOCXX_LOGCONFIG_HPP_
38 #define BLOCXX_LOGCONFIG_HPP_
40 #include "blocxx/BLOCXX_config.h"
44 namespace BLOCXX_NAMESPACE
56 #ifndef BLOCXX_DEFAULT_LOG_1_MAX_FILE_SIZE
57 #define BLOCXX_DEFAULT_LOG_1_MAX_FILE_SIZE "0"
60 #ifndef BLOCXX_DEFAULT_LOG_1_MAX_BACKUP_INDEX
61 #define BLOCXX_DEFAULT_LOG_1_MAX_BACKUP_INDEX "1"
64 #ifndef BLOCXX_DEFAULT_LOG_1_FLUSH
65 #define BLOCXX_DEFAULT_LOG_1_FLUSH "true"
68 #ifndef BLOCXX_DEFAULT_LOG_1_SYSLOG_IDENTITY
69 #define BLOCXX_DEFAULT_LOG_1_SYSLOG_IDENTITY BLOCXX_PACKAGE_PREFIX"blocxx"
72 #ifndef BLOCXX_DEFAULT_LOG_1_SYSLOG_FACILITY
73 #define BLOCXX_DEFAULT_LOG_1_SYSLOG_FACILITY "user"
76 namespace LogConfigOptions
98 #endif // BLOCXX_LOGCONFIG_HPP_