liblogfaf

A library that logs messages using non-blocking UDP datagrams.

  • 所有者: facebookarchive/liblogfaf
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

liblogfaf

Making syslog() not block

liblogfaf (faf stands for fire-and-forget) is a dynamic library that is
designed to be LD_PRELOAD-ed while starting a process that uses openlog() &
syslog() functions to send syslog messages. It overrides logging functions to
make log messages sent as UDP datagrams instead of getting written to /dev/log
(which can block). This is useful for processes that call syslog() as part of
their main execution flow and can therefore be easily broken when /dev/log
buffer gets full, for example when the process that is expected to read from it
(usually system syslog daemon like rsyslog or syslog-ng) stops doing that.

Please note that liblogfaf should not be used in an environment where
reliable log message delivery is required.

Requirements

liblogfaf is known to work on Linux, FreeBSD, and OS X.

Building and installing liblogfaf

  • Ensure you have libtool, autoconf, and automake installed;
  • run autoreconf -i to generate autoconf and automake files;
  • run ./configure. You can pass the '--enable-debug' option to build
    liblogfaf in debug mode;
  • make will build everything;
  • make install will install the library along with the logfaf script.

Using liblogfaf

The library comes with a logfaf script that can be used to start any binary
with liblogfaf enabled. For example, if you run:

echo test, logfaf logger

You should see logger sending syslog UDP messages to 127.0.0.1:514

License

MIT license

主要指標

概覽
名稱與所有者facebookarchive/liblogfaf
主編程語言C
編程語言C (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2014-02-11 17:53:57
推送於2019-05-20 12:30:55
最后一次提交2019-05-20 05:29:04
發布數0
用户参与
星數375
關注者數38
派生數62
提交數21
已啟用問題?
問題數4
打開的問題數0
拉請求數5
打開的拉請求數0
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?