aboutsummaryrefslogtreecommitdiffstats
path: root/include/log.h
Commit message (Collapse)AuthorAge
* Add get_log_level() to encapsulate v (current log level)Libravatar David Eklov2016-06-27
| | | | This patch also makes all global variable in log.c static.
* common: refactor sway_log()Libravatar Eric Engestrom2016-05-02
| | | | This removes most preprocessor logic, leaving it only it the header.
* Rearrange logging headersLibravatar Drew DeVault2015-11-28
| | | | Ref #270
* Add file and line number to log in Debug buildLibravatar Drew DeVault2015-11-11
|
* commands: Learn 'debuglog'.Libravatar S. Christoffer Eliesen2015-10-27
| | | | | | | 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).
* log: Add swayc_log, use at a few key places.Libravatar S. Christoffer Eliesen2015-10-25
| | | | | swayc_log works just like sway_log, but appends type and name from given container to the log output.
* move_container_to fixupLibravatar taiyu2015-08-26
|
* Added in backtrace printingLibravatar Luminarys2015-08-24
|
* fixed #108 signed/unsigned comparisonLibravatar minus2015-08-21
|
* properly handle IPC clientsLibravatar minus2015-08-20
|
* fixed some more bugs, moved layout_log into log.ch, restored focus_parentLibravatar taiyu2015-08-19
|
* added sway_assert functionLibravatar minus2015-08-18
| | | | returns false on a failed assertion in release mode and raises SIGABRT in debug mode
* handle_view_state_requestLibravatar taiyu2015-08-16
|
* Move headers to include/Libravatar Drew DeVault2015-08-16