C logging libraries [closed]

2019-04-04 07:50发布

What are the C logging API's out there? Some of them I found are

  1. log4c
  2. pantheios
  3. lwl

Is anyone aware of other loggers.

Thanks.

标签: c logging
4条回答
ら.Afraid
2楼-- · 2019-04-04 08:00
孤傲高冷的网名
3楼-- · 2019-04-04 08:02

glib2 also has a good scalable logging API: Glib message logging

查看更多
男人必须洒脱
4楼-- · 2019-04-04 08:19

With log4c you should have one good logging API.

Why do you need more?

A description can be found here.

查看更多
叛逆
5楼-- · 2019-04-04 08:23

Take a look at Zlog. It's lightweight, thread-safe and easy to setup.

You can find it here

查看更多
登录 后发表回答