项目作者: szaszm

项目描述 :
cat systemd-journald journal
高级语言: C++
项目地址: git://github.com/szaszm/sd-journal-util.git
创建时间: 2020-08-31T20:14:44Z
项目社区:https://github.com/szaszm/sd-journal-util

开源协议:The Unlicense

下载


sd-journal-util

Make sure fmt is installed.

  1. $ git clone git@github.com:szaszm/sd-journal-util.git
  2. $ cd sd-journal-util/
  3. $ mkdir build
  4. $ cd build
  5. $ cmake ..
  6. $ cmake --build .
  7. $ bin/sd_journal_cat

Licensing

This is under the Unlicense, which is basically a do-whatever-you-want license. The code was an early experimentation that led to the implementation of the ConsumeJournald processor in MiNiFi C++. If you want to reuse parts of that work, you can also choose to do so under the Unlicense as long as you can verify that the copyright of all of the parts you’re using is mine. This is the case for the whole file at the time of writing this.