|
|
|
@ -48,7 +48,7 @@
|
|
|
|
/* enable asynchronous output mode */
|
|
|
|
/* enable asynchronous output mode */
|
|
|
|
#define ELOG_ASYNC_OUTPUT_ENABLE
|
|
|
|
#define ELOG_ASYNC_OUTPUT_ENABLE
|
|
|
|
/* buffer size for asynchronous output mode */
|
|
|
|
/* buffer size for asynchronous output mode */
|
|
|
|
#define ELOG_ASYNC_OUTPUT_BUF_SIZE (LOG_LINE_BUF_SIZE * 100)
|
|
|
|
#define ELOG_ASYNC_OUTPUT_BUF_SIZE (ELOG_LINE_BUF_SIZE * 100)
|
|
|
|
/* asynchronous output mode using POSIX pthread implementation */
|
|
|
|
/* asynchronous output mode using POSIX pthread implementation */
|
|
|
|
#define ELOG_ASYNC_OUTPUT_USING_PTHREAD
|
|
|
|
#define ELOG_ASYNC_OUTPUT_USING_PTHREAD
|
|
|
|
|
|
|
|
|
|
|
|
|