IMP
2.4.0
The Integrative Modeling Platform
|
Create a new log context. More...
#include <IMP/base/CreateLogContext.h>
Create a new log context.
The following produces
myfunction: 1 2 3
The more interesting use is that you can use it before calling a function to ensure that all the output of that function is nicely offset.
Definition at line 48 of file CreateLogContext.h.
Public Member Functions | |
CreateLogContext (std::string fname, const Object *object=nullptr) | |
CreateLogContext (const char *fname, const Object *object=nullptr) | |
void | reset () |
void | set (const char *fname, const Object *object=nullptr) |
void | show (std::ostream &out=std::cout) const |
|
explicit |
explicit constructor that sets the properties of CreateLogContext
Definition at line 71 of file CreateLogContext.h.
void IMP::base::CreateLogContext::reset | ( | ) |
resets the properties previously set for this class
Definition at line 71 of file CreateLogContext.h.
sets the properties of the class to new ones
Definition at line 71 of file CreateLogContext.h.