IMP logo
IMP Manual  for IMP version 2.16.0
logging.md
1 Logging {#logging}
2 =======
3 
4 Many operations in IMP can print out log messages as they work, allowing one
5 to see what is being done. The amount of logging can be controlled globally
6 by using IMP::set_log_level() or for individual objects by calling,
7 for example `model.set_log_level(IMP.VERBOSE)`.
8 
9 The maximum amount of logging can also be set
10 [when IMP is built](@ref cmake_config). This can result in slightly faster
11 code than configuring it at runtime.