14#include "arccore/trace/ITraceMng.h"
15#include "arccore/trace/TraceAccessor.h"
40, m_local_verbose_level(rhs.m_local_verbose_level)
51 m_trace = rhs.m_trace;
52 m_local_verbose_level = rhs.m_local_verbose_level;
84 return m_trace->debug(dbg_lvl);
94 return m_trace->configDbgLevel();
103 return m_trace->info();
110info(
char category)
const
112 return m_trace->info(category);
121 return m_trace->info(v);
131 return m_trace->info(verbose_level);
140 return m_trace->pinfo();
147pinfo(
char category)
const
149 return m_trace->info(category);
158 return m_trace->logdate();
167 return m_trace->log();
176 return m_trace->plog();
185 return m_trace->warning();
194 return m_trace->pwarning();
203 return m_trace->error();
212 return m_trace->perror();
221 return m_trace->fatal();
230 return m_trace->pfatal();
239 m_trace->fatalMessage(o);
Management of a standalone message.
TraceAccessor(ITraceMng *m)
Constructs an accessor via the trace manager m.
Trace::eDebugLevel configDbgLevel() const
Debug level of the configuration file.
TraceMessageDbg debug(Trace::eDebugLevel=Trace::Medium) const
Flow for a debug message.
TraceMessage pinfo() const
Flow for a parallel information message.
TraceMessage logdate() const
Flow for a log message preceded by the date.
TraceMessage fatal() const
Flow for a fatal error message.
TraceMessage pfatal() const
Flow for a parallel fatal error message.
TraceMessage log() const
Flow for a log message.
TraceMessage info() const
Flow for an information message.
TraceMessage error() const
Flow for an error message.
TraceMessage warning() const
Flow for a warning message.
TraceMessage plog() const
Flow for a log message.
ITraceMng * traceMng() const
Trace manager.
virtual ~TraceAccessor()
Frees resources.
TraceMessage perror() const
TraceMessage pwarning() const
TraceAccessor & operator=(const TraceAccessor &rhs)
Copy assignment operator.
eDebugLevel
Trace debug level.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
auto makeRef(InstanceType *t) -> Ref< InstanceType >
Creates a reference on a pointer.
std::int32_t Int32
Signed integer type of 32 bits.