Manages a list of streams per thread. More...
Public Attributes | |
| std::ostringstream | m_str_std |
| std::ostringstream | m_str_info |
| std::ostringstream | m_str_warning |
| std::ostringstream | m_str_error |
| std::ostringstream | m_str_log |
| std::ostringstream | m_str_fatal |
| std::ostringstream | m_str_parallel_fatal |
| std::ostringstream | m_str_debug |
| std::ostringstream | m_str_null |
| std::ostringstream * | m_str_list [NB_STREAM] |
| Integer | m_str_count [NB_STREAM] |
| std::ostringstream | m_tmp_buf |
Static Public Attributes | |
| static const Integer | NB_STREAM = 9 |
Manages a list of streams per thread.
There should only be one instance of this class per thread.
This class ensures that thread listing displays are handled correctly.
Definition at line 132 of file arccore/src/trace/arccore/trace/TraceMng.cc.
|
inline |
Definition at line 138 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| Integer Arcane::TraceMngStreamList::m_str_count[NB_STREAM] |
Definition at line 168 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| std::ostringstream Arcane::TraceMngStreamList::m_str_debug |
Definition at line 165 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| std::ostringstream Arcane::TraceMngStreamList::m_str_error |
Definition at line 161 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| std::ostringstream Arcane::TraceMngStreamList::m_str_fatal |
Definition at line 163 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| std::ostringstream Arcane::TraceMngStreamList::m_str_info |
Definition at line 159 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| std::ostringstream* Arcane::TraceMngStreamList::m_str_list[NB_STREAM] |
Definition at line 167 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| std::ostringstream Arcane::TraceMngStreamList::m_str_log |
Definition at line 162 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| std::ostringstream Arcane::TraceMngStreamList::m_str_null |
Definition at line 166 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| std::ostringstream Arcane::TraceMngStreamList::m_str_parallel_fatal |
Definition at line 164 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| std::ostringstream Arcane::TraceMngStreamList::m_str_std |
Definition at line 158 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| std::ostringstream Arcane::TraceMngStreamList::m_str_warning |
Definition at line 160 of file arccore/src/trace/arccore/trace/TraceMng.cc.
| std::ostringstream Arcane::TraceMngStreamList::m_tmp_buf |
Definition at line 169 of file arccore/src/trace/arccore/trace/TraceMng.cc.
|
static |
Definition at line 137 of file arccore/src/trace/arccore/trace/TraceMng.cc.