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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?