CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <Log.hh>
For the life of ScopedLogging CASM::log() and CASM::err_log() provide references to new_log
and new_err_log
, unless overridden by another ScopedLogging. The references are reverted upon destruction.
Public Member Functions | |
ScopedLogging (Log &new_log, Log &new_err_log) | |
~ScopedLogging () | |
Public Attributes | |
Log | m_old_log |
Log | m_old_err_log |