Index: kernel/include/IMP/log.h
===================================================================
--- kernel/include/IMP/log.h	(revision 481)
+++ kernel/include/IMP/log.h	(working copy)
@@ -26,6 +26,11 @@
 
 //! The log levels supported by IMP
 /** \ingroup log
+    VERBOSE prints very large amounts of information. It should be enough
+    to allow the computational flow to be understood.
+    TERSE prints a few lines per restraint or per state each time 
+    the score is evaluated
+    WARNING prints only warnings
  */
 enum LogLevel {SILENT=0, WARNING=1, TERSE=2, VERBOSE=3};