Skip to content

Releases: lwhttpdorg/log4cpp

log4cpp v3.0.8

26 Apr 09:45

Choose a tag to compare

ChangeLog

  1. Fix CMake error

Full Changelog: v3.0.7...v3.0.8

log4cpp v3.0.7

24 Mar 08:55

Choose a tag to compare

Change log

  • Update README.md

v3.0.6

19 Feb 06:05

Choose a tag to compare

Changelog

  1. MSVC is no longer supported
  2. For Windows, if you use the local boost library, automatically copy boost_json.dll to the executable path
  3. Fixed the 12:00 noon time formatting error

Full Changelog: v3.0.5...v3.0.6

log4cpp v3.0.5

13 Jan 15:13

Choose a tag to compare

Changlog

  • Fix log4cpp_config serialize error

Full Changelog: v3.0.4...v3.0.5

log4cpp v3.0.4

12 Jan 08:49

Choose a tag to compare

Changelog

  • Prefer to find and use local "boost"

log4cpp v3.0.3

11 Jan 06:35

Choose a tag to compare

Change log

  • Remove redundant string concatenation
  • JSON files, changed "lowerCamel" case to "snake_case" naming

log4cpp v3.0.1

08 Jan 14:47

Choose a tag to compare

Change Log

Fixed some bugs

  • The singleton mode is not locked, resulting in conflicts when loading configuration files in multiple threads
  • layout pattern string assembly error

Improve

  • Added many test cases

log4cpp v3.0.0

04 Jan 14:33
82d0423

Choose a tag to compare

Change log:

  • Fixed possible deadlock issues
  • Support log output via TCP
  • Support log output via UDP
  • Rename some classes