]> git.sur5r.net Git - i3/i3/commit
Implement logging to a SHM ringbuffer
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 9 Dec 2011 22:27:35 +0000 (22:27 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 10 Dec 2011 10:50:33 +0000 (10:50 +0000)
commite65ee637630b581a82e9f179759caf4cfb4110b2
treeb3832d9587d0fca59d554ff6fd3c9c7b7e80ba78
parent4cd5bf94cf622115e4776081146e07c18e2af088
Implement logging to a SHM ringbuffer

This feature is automatically enabled when running a debug version of i3.
The logfile will use 1% of your physical RAM size, but at max 25 MiB.
common.mk
include/log.h
src/log.c