#include <OS_Log_Msg_Attributes.h>
Public Member Functions | |
| ACE_OS_Log_Msg_Attributes (void) | |
| Constructor. | |
Protected Attributes | |
| ACE_OSTREAM_TYPE * | ostream_ |
| Ostream where the new TSS Log_Msg will use. | |
| unsigned long | priority_mask_ |
| Priority_mask to be used in new TSS Log_Msg. | |
| int | tracing_enabled_ |
| Are we allowing tracing in this thread? | |
| int | restart_ |
| int | trace_depth_ |
| Depth of the nesting for printing traces. | |
Private Member Functions | |
| ACE_OS_Log_Msg_Attributes (const ACE_OS_Log_Msg_Attributes &) | |
| ACE_OS_Log_Msg_Attributes & | operator= (const ACE_OS_Log_Msg_Attributes &) |
Friends | |
| class | ACE_Log_Msg |
When a new thread is created the TSS resources for the Log_Msg class in the new thread may be inherited by the creator thread. The base_attributes are encapsulated in this class to simplify their manipulation and destruction.
Definition at line 42 of file OS_Log_Msg_Attributes.h.
|
|
Constructor.
Definition at line 8 of file OS_Log_Msg_Attributes.inl.
00009 {
00010 }
|
|
|
|
|
|
|
|
|
Definition at line 49 of file OS_Log_Msg_Attributes.h. |
|
|
Ostream where the new TSS Log_Msg will use.
Definition at line 52 of file OS_Log_Msg_Attributes.h. Referenced by ACE_Log_Msg::inherit_hook(). |
|
|
Priority_mask to be used in new TSS Log_Msg.
Definition at line 55 of file OS_Log_Msg_Attributes.h. Referenced by ACE_Log_Msg::inherit_hook(). |
|
|
Indicates whether we should restart system calls that are interrupted. Definition at line 62 of file OS_Log_Msg_Attributes.h. Referenced by ACE_Log_Msg::inherit_hook(). |
|
|
Depth of the nesting for printing traces.
Definition at line 65 of file OS_Log_Msg_Attributes.h. Referenced by ACE_Log_Msg::inherit_hook(). |
|
|
Are we allowing tracing in this thread?
Definition at line 58 of file OS_Log_Msg_Attributes.h. Referenced by ACE_Log_Msg::inherit_hook(). |
1.3.6