aboutsummaryrefslogtreecommitdiff
path: root/include/log.h
AgeCommit message (Collapse)Author
2021-03-02log: Include debug logs in release buildsKenny Levinsen
2021-03-01log: Remove function name from logKenny Levinsen
2020-08-28Introduce libseat_set_log_levelSimon Ser
The default level is SILENT. log_init no longer takes an initial log level (so that calls to libseat_set_log_level prior to log_init work correctly).
2020-08-28Introduce libseat_set_log_handlerSimon Ser
This allows libseat users to register a custom logging function.
2020-08-28Rename enum log_level to libseat_log_levelSimon Ser
This is preparatory work for exposing a public function to set libseat's log handler.
2020-08-05log: Remove libseat prefixesKenny Levinsen
2020-08-05Remove pointless compiler.hKenny Levinsen
2020-08-01log: Avoid unnecessary GNU extensionKenny Levinsen
2020-07-31Initial implementation of seatd and libseatKenny Levinsen