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

Management of a standalone message. More...

#include <arccore/trace/StandaloneTraceMessage.h>

Public Member Functions

 StandaloneTraceMessage (Trace::eMessageType, int level=TraceMessage::DEFAULT_LEVEL)
 StandaloneTraceMessage (const TraceMessage &from)
StandaloneTraceMessage & operator= (const StandaloneTraceMessage &from)
std::ostream & file () const
Trace::eMessageType type () const
int level () const
int color () const
std::string value () const

Public Attributes

int m_color = 0
 Message color.

Detailed Description

Management of a standalone message.

Definition at line 33 of file StandaloneTraceMessage.h.

Member Function Documentation

◆ color()

int Arcane::StandaloneTraceMessage::color ( ) const
inline

Definition at line 47 of file StandaloneTraceMessage.h.

◆ file()

std::ostream & Arcane::StandaloneTraceMessage::file ( ) const
inline

Definition at line 44 of file StandaloneTraceMessage.h.

◆ level()

int Arcane::StandaloneTraceMessage::level ( ) const
inline

Definition at line 46 of file StandaloneTraceMessage.h.

◆ type()

Trace::eMessageType Arcane::StandaloneTraceMessage::type ( ) const
inline

Definition at line 45 of file StandaloneTraceMessage.h.

◆ value()

std::string Arcane::StandaloneTraceMessage::value ( ) const
inline

Definition at line 51 of file StandaloneTraceMessage.h.

Member Data Documentation

◆ m_color

int Arcane::StandaloneTraceMessage::m_color = 0
mutable

Message color.

Definition at line 65 of file StandaloneTraceMessage.h.


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