]> git.sur5r.net Git - i3/i3/commit
Implement debuglog command
authorAlexander Berntsen <alexander@plaimi.net>
Wed, 5 Jun 2013 13:06:53 +0000 (15:06 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 7 Jul 2013 13:33:42 +0000 (15:33 +0200)
commit023594909ef74249b8e03bc6f1a3074fba5b8828
treefc24c3b87371eab902e7c87abf8f5f6464a1c4a2
parent6241419c86602a999a4766c24edb7b884395e433
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.
docs/userguide
include/commands.h
include/log.h
parser-specs/commands.spec
src/commands.c
src/log.c
testcases/t/187-commands-parser.t