From: Colin Clark Date: Sat, 29 May 2021 07:36:22 +0000 (+0100) Subject: Documentation update 3 X-Git-Tag: v1.7~101 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=20b30ca95db82a573b9cfd38fbb4f63a7039bf59 Documentation update 3 Reinstate deleted lines --- diff --git a/CODING.md b/CODING.md index 46f73c34..2e57b8c8 100644 --- a/CODING.md +++ b/CODING.md @@ -10,6 +10,10 @@ # # 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.