#include <Log.hh>
For the life of ScopedStringStreamLogging CASM::log() and CASM::err_log() provide references to OStringStreamLog. The string values can be obtained from ScopedStringStreamLogging::ss() and ScopedStringStreamLogging::err_ss(). The references are reverted upon destruction.
Definition at line 503 of file Log.hh.
◆ ScopedStringStreamLogging()
CASM::ScopedStringStreamLogging::ScopedStringStreamLogging |
( |
int |
_verbosity = Log::standard , |
|
|
bool |
_show_clock = false |
|
) |
| |
|
inline |
Construct scoped StringStreamLog.
Definition at line 506 of file Log.hh.
◆ ~ScopedStringStreamLogging()
CASM::ScopedStringStreamLogging::~ScopedStringStreamLogging |
( |
| ) |
|
|
inline |
◆ err_ss() [1/2]
std::ostringstream& CASM::ScopedStringStreamLogging::err_ss |
( |
| ) |
|
|
inline |
◆ err_ss() [2/2]
const std::ostringstream& CASM::ScopedStringStreamLogging::err_ss |
( |
| ) |
const |
|
inline |
◆ ss() [1/2]
std::ostringstream& CASM::ScopedStringStreamLogging::ss |
( |
| ) |
|
|
inline |
◆ ss() [2/2]
const std::ostringstream& CASM::ScopedStringStreamLogging::ss |
( |
| ) |
const |
|
inline |
◆ m_logging
std::unique_ptr<ScopedLogging> CASM::ScopedStringStreamLogging::m_logging |
|
private |
◆ m_ss_err_log
◆ m_ss_log
The documentation for this class was generated from the following file:
- /Users/bpuchala/Work/codes/CASMcode_v0.2.X_reference/include/casm/casm_io/Log.hh