#include <Logging.hpp>
Definition at line 100 of file Logging.hpp.
◆ ScopedRecord() [1/3]
◆ ~ScopedRecord()
Definition at line 112 of file Logging.hpp.
116 for (
auto sink : m_LogSinks)
120 sink->Consume(m_Os.str());
◆ ScopedRecord() [2/3]
◆ ScopedRecord() [3/3]
Definition at line 130 of file Logging.hpp.
131 : m_LogSinks(other.m_LogSinks)
132 , m_Os(std::move(other.m_Os))
133 , m_Enabled(other.m_Enabled)
137 other.m_Enabled =
false;
◆ operator<<()
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this struct was generated from the following file: