Configuration associated with a trace class.
More...
#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/trace/arccore/trace/TraceClassConfig.h>
◆ TraceClassConfig() [1/2]
| Arcane::TraceClassConfig::TraceClassConfig |
( |
| ) |
|
|
inline |
◆ TraceClassConfig() [2/2]
| Arcane::TraceClassConfig::TraceClassConfig |
( |
bool | activated, |
|
|
bool | parallel_activated, |
|
|
Trace::eDebugLevel | dl, |
|
|
Int32 | aflags = _defaultFlags() ) |
|
inline |
◆ _defaultFlags()
| Int32 Arcane::TraceClassConfig::_defaultFlags |
( |
| ) |
|
|
inlinestaticprivate |
◆ debugLevel()
◆ flags()
| Int32 Arcane::TraceClassConfig::flags |
( |
| ) |
const |
|
inline |
◆ isActivated()
| bool Arcane::TraceClassConfig::isActivated |
( |
| ) |
const |
|
inline |
◆ isParallelActivated()
| bool Arcane::TraceClassConfig::isParallelActivated |
( |
| ) |
const |
|
inline |
◆ setActivated()
| void Arcane::TraceClassConfig::setActivated |
( |
bool | v | ) |
|
|
inline |
◆ setDebugLevel()
◆ setFlags()
| void Arcane::TraceClassConfig::setFlags |
( |
Int32 | aflags | ) |
|
|
inline |
◆ setParallelActivated()
| void Arcane::TraceClassConfig::setParallelActivated |
( |
bool | v | ) |
|
|
inline |
◆ setVerboseLevel()
| void Arcane::TraceClassConfig::setVerboseLevel |
( |
Int32 | v | ) |
|
|
inline |
◆ verboseLevel()
| Int32 Arcane::TraceClassConfig::verboseLevel |
( |
| ) |
const |
|
inline |
◆ m_debug_level
◆ m_flags
| Int32 Arcane::TraceClassConfig::m_flags |
|
private |
◆ m_is_activated
| bool Arcane::TraceClassConfig::m_is_activated |
|
private |
◆ m_is_parallel_activated
| bool Arcane::TraceClassConfig::m_is_parallel_activated |
|
private |
◆ m_verbose_level
| Int32 Arcane::TraceClassConfig::m_verbose_level |
|
private |
The documentation for this class was generated from the following file: