zlog

A reliable, high-performance, thread safe, flexsible, clear-model, pure C logging library.

APACHE-2.0 License

Downloads
6
Stars
2K
Committers
45

Bot releases are visible (Hide)

zlog - 1.2.18 Latest Release

Published by deemar 4 months ago

1.2.18

  • patched severe vulnerability CVE-2024-22857
  • restructured build system
zlog - Change Lience to Apache 2.0

Published by HardySimpson 11 months ago

  • Change Lience to Apache 2.0, for more people
zlog - 1.2.16

Published by deemar about 2 years ago

What is new:

  • minor bug fixes

We are working on:

  • performance improvement
  • cmake build system
  • automatic testing
zlog - 1.2.15

Published by deemar over 4 years ago

What is new:

  1. added support for %r to insert a carriage return
  2. minor bug fixes

We are working on:

  1. performance improvement
  2. cmake build system
  3. automatic testing
zlog - 1.2.14

Published by deemar over 5 years ago

What is new:

  1. add support for all syslog facilities
  2. test: add long log test
  3. add '-' to the list of accepted characters in category name
  4. add API to get zlog version
  5. add %k formatter, leading 0's formatting
  6. add API for category log level checking
  7. fix compile errors on some platform
  8. minor bug fixes

We are working on:

  1. performance improvement
  2. cmake build system
  3. test coverage improvement