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

Configuration associated with a trace class. More...

#include <arccore/trace/TraceClassConfig.h>

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

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

◆ 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

The documentation for this class was generated from the following file: