#include <OS_Log_Msg_Attributes.h>
Public Methods | |
| ACE_OS_Log_Msg_Attributes (void) | |
| Constructor. More... | |
Protected Attributes | |
| ACE_OSTREAM_TYPE * | ostream_ |
| Ostream where the new TSS Log_Msg will use. More... | |
| unsigned long | priority_mask_ |
| Priority_mask to be used in new TSS Log_Msg. More... | |
| int | tracing_enabled_ |
| Are we allowing tracing in this thread? More... | |
| int | restart_ |
| Indicates whether we should restart system calls that are interrupted. More... | |
| int | trace_depth_ |
| Depth of the nesting for printing traces. More... | |
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.
The contents of the class must be made available to the OS layer, because they are part of the thread descriptor.
Definition at line 48 of file OS_Log_Msg_Attributes.h.
|
|
Constructor.
Definition at line 4 of file OS_Log_Msg_Attributes.inl.
00005 {
00006 }
|
|
|
Definition at line 55 of file OS_Log_Msg_Attributes.h. |
|
|
Ostream where the new TSS Log_Msg will use.
Definition at line 58 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 61 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 68 of file OS_Log_Msg_Attributes.h. Referenced by ACE_Log_Msg::inherit_hook. |
|
|
Depth of the nesting for printing traces.
Definition at line 71 of file OS_Log_Msg_Attributes.h. Referenced by ACE_Log_Msg::inherit_hook. |
|
|
Are we allowing tracing in this thread?
Definition at line 64 of file OS_Log_Msg_Attributes.h. Referenced by ACE_Log_Msg::inherit_hook. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002