33class ARCCORE_TRACE_EXPORT StandaloneTraceMessage
37 StandaloneTraceMessage() =
default;
40 StandaloneTraceMessage& operator=(
const StandaloneTraceMessage& from);
44 std::ostream& file()
const {
return m_stream; }
46 int level()
const {
return m_level; }
47 int color()
const {
return m_color; }
51 std::string value()
const {
return m_stream.str(); }
56 mutable std::ostringstream m_stream;
60 int m_level = TraceMessage::DEFAULT_LEVEL;