Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::TraceClassConfig Class Reference

Configuration associated with a trace class. More...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/trace/arccore/trace/TraceClassConfig.h>

Collaboration diagram for Arcane::TraceClassConfig:

Public Member Functions

 TraceClassConfig (bool activated, bool parallel_activated, Trace::eDebugLevel dl, Int32 aflags=_defaultFlags())
void setActivated (bool v)
bool isActivated () const
void setParallelActivated (bool v)
bool isParallelActivated () const
void setDebugLevel (Trace::eDebugLevel v)
Trace::eDebugLevel debugLevel () const
void setVerboseLevel (Int32 v)
Int32 verboseLevel () const
void setFlags (Int32 aflags)
Int32 flags () const

Static Private Member Functions

static Int32 _defaultFlags ()

Private Attributes

bool m_is_activated
bool m_is_parallel_activated
Trace::eDebugLevel m_debug_level
Int32 m_verbose_level
Int32 m_flags

Detailed Description

Configuration associated with a trace class.

Definition at line 31 of file arccore/src/trace/arccore/trace/TraceClassConfig.h.

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ _defaultFlags()

Int32 Arcane::TraceClassConfig::_defaultFlags ( )
inlinestaticprivate

◆ debugLevel()

Trace::eDebugLevel Arcane::TraceClassConfig::debugLevel ( ) const
inline

◆ 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()

void Arcane::TraceClassConfig::setDebugLevel ( Trace::eDebugLevel v)
inline

◆ 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

Member Data Documentation

◆ m_debug_level

Trace::eDebugLevel Arcane::TraceClassConfig::m_debug_level
private

◆ 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: