Sets a message class. More...
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. | |
Private Attributes | |
| ITraceMng * | m_msg |
| Message manager. | |
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.
References m_msg.
| Arcane::Trace::Setter::~Setter | ( | ) |
Releases the instance and restores the previous message class in m_msg.
Definition at line 166 of file TraceMessage.cc.
References m_msg.
|
private |
Message manager.
Definition at line 196 of file arccore/src/trace/arccore/trace/Trace.h.