#include <ace/Log_Msg_Callback.h>
#include <deque>
#include <orbsvcs/orbsvcs/DsLogAdminC.h>
#include <orbsvcs/CosNamingC.h>
#include <ace/Synch.h>
#include "logging_idlC.h"
#include "loggingExport.h"
#include "loggingLoggingTSSStorage.h"
Include dependency graph for loggingLoggingProxy.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | LoggingProxy |
Defines | |
#define | DYNAMIC_LOG_LEVEL 1 |
#define | CDB_REFRESH_LOG_LEVEL 2 |
#define | ENV_LOG_LEVEL 3 |
#define | CDB_LOG_LEVEL 4 |
#define | DEFAULT_LOG_LEVEL 5 |
#define | NOT_DEFINED_LOG_LEVEL 6 |
#define | ADD_DATA_VALUE_MAX 256 |
maximum length for addData value. It means 255 characters + | |
#define | LM_RUNTIME_CONTEXT 0x00000200 |
#define | LM_SOURCE_INFO 0x00000100 |
#define | LM_FULL_INFO (LM_RUNTIME_CONTEXT | LM_SOURCE_INFO) |
This profides in one macro both LM_RUNTIME_CONTEXT and LM_SOURCE_INFO. |
|
maximum length for addData value. It means 255 characters +
|
|
|
|
|
|
|
|
|
|
|
|
This profides in one macro both LM_RUNTIME_CONTEXT and LM_SOURCE_INFO.
|
|
If OR-ed with log entries� flags, the runtime context (host name, process name, thread name, context, stack ID and stack level) will also be output. |
|
If OR-ed with log entries� flags, the source code information (file name, line number) will also be output. |
|
|