mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Update for swaywm/wlroots#1126
This commit is contained in:
parent
ebcdce457a
commit
63b4bf5000
85 changed files with 391 additions and 385 deletions
|
|
@ -3,9 +3,9 @@
|
|||
Use `sway_log(importance, fmt, ...)` to log. The following importances are
|
||||
available:
|
||||
|
||||
* `L_DEBUG`: Debug messages, only shows with `sway -d`
|
||||
* `L_INFO`: Informational messages
|
||||
* `L_ERROR`: Error messages
|
||||
* `WLR_DEBUG`: Debug messages, only shows with `sway -d`
|
||||
* `WLR_INFO`: Informational messages
|
||||
* `WLR_ERROR`: Error messages
|
||||
|
||||
`sway_log` is a macro that calls `_sway_log` with the current filename and line
|
||||
number, which are written into the log with your message.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue