summaryrefslogtreecommitdiff
path: root/include/log.h
AgeCommit message (Collapse)AuthorLines
2015-11-28Rearrange logging headersDrew DeVault-4/+0
Ref #270
2015-11-11Add file and line number to log in Debug buildDrew DeVault-1/+10
2015-10-27commands: Learn 'debuglog'.S. Christoffer Eliesen-0/+4
Replicates i3 option. Verbosity level given as command line argument becomes default log level, and using 'debuglog toggle' switches back and forth between default and debug (or L_ERROR and debug if default is also L_DEBUG).
2015-10-25log: Add swayc_log, use at a few key places.S. Christoffer Eliesen-0/+2
swayc_log works just like sway_log, but appends type and name from given container to the log output.
2015-08-26move_container_to fixuptaiyu-1/+5
2015-08-24Added in backtrace printingLuminarys-0/+1
2015-08-21fixed #108 signed/unsigned comparisonminus-3/+3
2015-08-20properly handle IPC clientsminus-0/+1
2015-08-19fixed some more bugs, moved layout_log into log.ch, restored focus_parenttaiyu-0/+2
2015-08-18added sway_assert functionminus-2/+4
returns false on a failed assertion in release mode and raises SIGABRT in debug mode
2015-08-16handle_view_state_requesttaiyu-2/+2
2015-08-16Move headers to include/Drew DeVault-0/+16