Browse Source

[1074] Add some documentation to the README file

Stephen Morris 13 years ago
parent
commit
2a08eafed9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/lib/log/README

+ 5 - 0
src/lib/log/README

@@ -477,6 +477,11 @@ the severity system:
 When a particular severity is set, it - and all severities and/or debug
 levels above it - will be logged.
 
+To try to ensure that the information from different modules is roughly
+comparable for the same debug level, a set of standard debug levels has
+been defined for common type of debug output.  However, modules are free
+to set their own debug levels or define additional ones.
+
 Logging Sources v Logging Severities
 ------------------------------------
 When logging events, make a distinction between events related to the