10 IMP.base.Object.__init__(self,
"DummyObject%1%")
16 self.set_was_used(
True)
18 "A verbose message in the object\n")
32 o.set_log_level(IMP.base.VERBOSE)
void set_log_timer(bool tb)
Set whether log messages are tagged with the current log time.
void set_log_level(LogLevel l)
Set the current global log level.
Low level functionality (logging, error handling, profiling, command line flags etc) that is used by ...
A class to change and restore log state.
void add_to_log(LogLevel level, std::string to_write)
Write a string to the log, for Python.
Common base class for heavy weight IMP objects.
Create a new log context.