aboutsummaryrefslogtreecommitdiff
path: root/include/log.h
AgeCommit message (Expand)Author
2021-01-20i3-dump-log -f: switch from pthreads to UNIX socketsMichael Stapelberg
2020-05-19add meson build files (#4094)Michael Stapelberg
2020-04-20Remove some includes from all.hOrestis Floros
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-10-23Switch from I3__FILE__ to STRIPPED__FILE__Michael Stapelberg
2015-04-20Update copyright notices and get rid of rangesDeiz
2014-06-19clang-format-3.5 **/*.h **/*.cMichael Stapelberg
2014-01-01Use #pragma onceAlexander Kedrik
2013-12-24only LOG() the DPI when it changes, DLOG() it otherwise (Thanks lkraav)Michael Stapelberg
2013-07-07Implement debuglog commandAlexander Berntsen
2013-06-23Implement shmlog commandAlexander Berntsen
2012-09-21don’t use reversed identifiers for include guards (Thanks Markus)Michael Stapelberg
2012-08-13libi3: Introduce LOGQuentin Glidic
2012-08-13i3/log.h: Prepare for libi3.h inclusionQuentin Glidic
2012-08-12use I3__FILE__ for DLOG, leave __FILE__ as isMichael Stapelberg
2012-08-11clean up zero-byte logfile on immediate exitJulius Plenz
2012-08-05log.h: include left-over slog() prototypeMichael Stapelberg
2012-08-05log.h: tell the compiler these logging functions use printf-like formatsMichael Stapelberg
2012-07-22i3: Replace loglevels by a global debug loggingQuentin Glidic
2012-03-31Use (void) instead of () for functions without args (Thanks fernandotcl)Michael Stapelberg
2012-01-06shmlog: store meta information in the buffer itself, store path as X11 atomMichael Stapelberg
2011-12-10Implement logging to a SHM ringbufferMichael Stapelberg
2011-10-25normalize file headers across **/*.{h,c}Michael Stapelberg
2011-07-10add i3-nagbar. tells you about config file errors (for example)Michael Stapelberg
2010-04-17loglevel bitmasks needs to be larger because we got more than 32 filesMichael Stapelberg
2010-03-19Use DLOG for debug messages instead of printf (Thanks kruM)Michael Stapelberg
2009-12-19add log.c/log.h which contain all the log related macros and functionsMichael Stapelberg