Sets a message class. More...
#include <arccore/trace/Trace.h>
Public Member Functions | |
| Setter (ITraceMng *msg, const String &name) | |
| Sets the class name for the manager msg. | |
| ~Setter () | |
| Releases the instance and restores the previous message class in m_msg. | |
Sets a message class.
Sets the message class name upon construction of the instance and restores the previous one upon destruction.
Definition at line 184 of file arccore/src/trace/arccore/trace/Trace.h.
Sets the class name for the manager msg.
Definition at line 156 of file TraceMessage.cc.
| Arcane::Trace::Setter::~Setter | ( | ) |
Releases the instance and restores the previous message class in m_msg.
Definition at line 166 of file TraceMessage.cc.