Skip to content

sailfishos/libdbuslog

Folders and files

NameName
Last commit message
Last commit date
Dec 13, 2021
Jul 6, 2020
Jan 13, 2024
Dec 13, 2021
Dec 13, 2021
Nov 18, 2018
Jul 6, 2020
Dec 13, 2021
May 26, 2020
Aug 4, 2021
Dec 13, 2021
May 30, 2016
May 30, 2016
Dec 13, 2021

Repository files navigation

D-Bus based logging

This repository contains both server and client code. Each log message can be (optionally) associated with a log category and log level (priority). Client side API allows to manipulate (enable/disable) log categories and receive log messages. Multiple clients are supported.

D-Bus calls are used for configuring log categories and getting the log pipe handle. The actual log messages are sent over a pipe using a little custom wire protocol.