Implement debuglog command
Add debuglog command that takes toggle|on|off. Add get_debug_logging() to be able to toggle. Make t/187-commands-parser.t expect 'debuglog'. Document the debuglog command in userguide.
This commit is contained in:
committed by
Michael Stapelberg
parent
6241419c86
commit
023594909e
@ -50,6 +50,12 @@ void open_logbuffer(void);
|
||||
*/
|
||||
void close_logbuffer(void);
|
||||
|
||||
/**
|
||||
* Checks if debug logging is active.
|
||||
*
|
||||
*/
|
||||
bool get_debug_logging(void);
|
||||
|
||||
/**
|
||||
* Set debug logging.
|
||||
*
|
||||
|
Reference in New Issue
Block a user