Odysseas Georgoudis
Odysseas Georgoudis
This example shows how to log user defined types with formatting offloaded to backend if you don't wish to convert them to strings in the hot path. You can have...
I do not think it is possible to reduce it with macros, as it has to be specific for each type [example] (https://github.com/odygrd/quill/blob/experiment/examples/advanced/user_quill_codec.h). But I will see if something can...
Closing for now, this has been done in `v4.0.0`
Thanks for reporting, it should be automatically updated, i will need to have a look
Build is failing because builds now require an additional configuration file .. https://test-githubblog.readthedocs.io/en/latest/migrate-configuration-v2/
Thanks for reporting, It's working again now.
I used to only bump the major version for bigger changes. In the past, numerous minor version increments broke backward compatibility without complaints. Regarding the consideration of adding a preprocessor...
Hello @toge, Thank you so much for doing this! I was unsure how to update the recipe for the new version. The main differences in version v4 are as follows:...
Do you mean that sd_journal_send records the timestamp when the log is written async and not the real timestamp of the log statement and you wish to overwrite that?
I don't know how you overwrite it in systemd, as i haven't used systemd much. I want to add a systemd sink in the future. If you find a solution...