Contains constants used in icl_core::logging. More...
Go to the source code of this file.
Namespaces | |
namespace | icl_core |
namespace | icl_core::logging |
Flexible, powerful, configurable logging framework. | |
Defines | |
#define | cDEFAULT_FIXED_OUTPUT_STREAM_QUEUE_SIZE 1024 |
#define | cDEFAULT_LOG_SIZE 2048 |
#define | cDEFAULT_LOG_THREAD_STREAM_POOL_SIZE 32 |
#define | cDEFAULT_OUTPUT_FORMAT_SIZE 500 |
Variables | |
const size_t | icl_core::logging::cMAX_DESCRIPTION_LENGTH = 1024 |
const size_t | icl_core::logging::cMAX_IDENTIFIER_LENGTH = 256 |
#define cDEFAULT_FIXED_OUTPUT_STREAM_QUEUE_SIZE 1024 |
The message queue size for log output streams when using LXRT.
Definition at line 60 of file Constants.h.
#define cDEFAULT_LOG_SIZE 2048 |
The maximum number of characters which can be used in a single log message. Surplus characters will be truncated.
Definition at line 36 of file Constants.h.
#define cDEFAULT_LOG_THREAD_STREAM_POOL_SIZE 32 |
The size of the thread stream pool, which is created during log stream initialization.
Definition at line 66 of file Constants.h.
#define cDEFAULT_OUTPUT_FORMAT_SIZE 500 |
The maximum number of characters which can be used for extra formatting in log output streams. Surplus characters will be truncated.
Definition at line 54 of file Constants.h.