12 IMP.Object.__init__(self,
"DummyObject%1%")
20 self.set_was_used(
True)
22 "A verbose message in the object\n")
37 o.set_log_level(IMP.VERBOSE)
Strings setup_from_argv(const Strings &argv, std::string description, std::string positional_description, int num_positional)
Common base class for heavy weight IMP objects.
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.
void set_log_level(LogLevel l)
Set the current global log level.
void set_log_timer(bool tb)
Set whether log messages are tagged with the current log time.
Create a new log context.