foot/completions/zsh
Craig Barnes 5dca0458a0 log: add LOG_CLASS_NONE and use as initializer for log_level
This means that logging will be completely disabled until log_init()
has been called, which is useful to prevent log spam when running
UNITTEST{} blocks in debug builds.

Note that this doesn't change the default log level at runtime, which
was already being set to LOG_CLASS_INFO in main.c and client.c.

The new log level is also exposed to the command-line interface as
`--log-level=none`, which allows disabling logging entirely.
2021-06-26 22:15:09 +01:00
..
_foot log: add LOG_CLASS_NONE and use as initializer for log_level 2021-06-26 22:15:09 +01:00
_footclient log: add LOG_CLASS_NONE and use as initializer for log_level 2021-06-26 22:15:09 +01:00