Documentation update 3
authorColin Clark <colin.clark@cclark.uk>
Sat, 29 May 2021 07:36:22 +0000 (08:36 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sat, 29 May 2021 07:36:22 +0000 (08:36 +0100)
Reinstate deleted lines

CODING.md

index 46f73c3..2e57b8c 100644 (file)
--- a/CODING.md
+++ b/CODING.md
 # <a name='log-window'>
 # Log Window
 
+`DEBUG_0()`  
+Use `DEBUG_0()` only for temporary debugging i.e. not in code in the repository.
+The user will then not see irrelevant debug output when the default
+`debug level = 0` is used.
 
 `log_printf()`  
 If the first word of the message is "error" or "warning" (case insensitive) the message will be color-coded appropriately.