#include <ace/Log_Msg_Callback.h>
#include <deque>
#include <orbsvcs/orbsvcs/DsLogAdminC.h>
#include <orbsvcs/orbsvcs/CosNamingC.h>
#include <ace/Synch.h>
#include "logging_idlC.h"
#include "loggingExport.h"
#include "loggingLoggingTSSStorage.h"
#include "loggingLogThrottle.h"
Go to the source code of this file.
Define Documentation
#define ADD_DATA_NAME_MAX 256 |
maximum length for addData name. It means 2055 characters +
#define ADD_DATA_VALUE_MAX 1024 |
maximum length for addData value. It means 1023 characters +
#define CDB_REFRESH_LOG_LEVEL 2 |
#define DEFAULT_LOG_LEVEL 5 |
#define DYNAMIC_LOG_LEVEL 1 |
#define LM_FULL_INFO (LM_RUNTIME_CONTEXT | LM_SOURCE_INFO) |
This profides in one macro both LM_RUNTIME_CONTEXT and LM_SOURCE_INFO.
#define LM_RUNTIME_CONTEXT 0x00000200 |
#define LM_SOURCE_INFO 0x00000100 |
If OR-ed with log entries� flags, the source code information (file name, line number) will also be output.
Referenced by TestACSThread::runLoop().
#define NOT_DEFINED_LOG_LEVEL 6 |