This is a new log library for c. It use config file format like ini in Windows.

Project Activity

See All Activity >

Categories

Logging

License

GNU General Public License version 2.0 (GPLv2)

Follow log4c

log4c Web Site

You Might Also Like
Automated RMM Tools | RMM Software Icon
Automated RMM Tools | RMM Software

Proactively monitor, manage, and support client networks with ConnectWise Automate

Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • FYI: there is a bug in appender_type_rollingfile.c. fprintf causes this code to fail and take down all dependent apps. replacing with fputs fixes the bug. 168c168,169 < rc = fprintf(rfup->rfu_current_fp, a_event->evt_rendered_msg); --- > rc = fputs(a_event->evt_rendered_msg, rfup->rfu_current_fp);
  • Hello guys, as log4c stop its develop. I found many problems in log4c(memory leaking, low speed, bad model copied from log4j), so I write a new and better c log library -- zlog! https://github.com/HardySimpson/zlog you can have a try~~~
Read more reviews >

Additional Project Details

Languages

Chinese (Simplified)

Intended Audience

Developers

User Interface

Non-interactive (Daemon)

Programming Language

C

Related Categories

C Logging Software

Registered

2009-09-19