aboutsummaryrefslogtreecommitdiff
path: root/common/log.c
AgeCommit message (Collapse)Author
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-02log: Fix inverted loglevel checkKenny Levinsen
2020-07-31Initial implementation of seatd and libseatKenny Levinsen