#include <OS_Log_Msg_Attributes.h>
Public Methods | |
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. | |
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.
|
Constructor.
|
|
|
|
Ostream where the new TSS Log_Msg will use.
|
|
Priority_mask to be used in new TSS Log_Msg.
|
|
Indicates whether we should restart system calls that are interrupted. |
|
Depth of the nesting for printing traces.
|
|
Are we allowing tracing in this thread?
|