Skip to content

v1.0

Latest

Choose a tag to compare

@ffengc ffengc released this 02 Sep 08:51
· 6 commits to main since this release
379ac18

v1.0 Summarize

The main functions of the project are basically completed, and some extensions may be added later. Currently, the code supports C++/C language and Linux system.
Use Documentation: https://github.com/ffengc/Multi-Pattern-Logging-System/blob/main/docs/documentation-en.md
Project Link and more details: https://github.com/ffengc/Multi-Pattern-Logging-System

  • Basic usage of C++/C under Linux
  • Log output in multiple directions, level restrictions, synchronous and asynchronous
  • User documentation in Chinese and English
  • Log System performance test
  • Test on Windows
  • Extensions to Python and C#
  • Separate declarations and definitions in the code and encapsulate them into a static library

What's Changed

  • init the repo, add readme and basic info of the prj by @ffengc in #1
  • continue to finish the supplement part by @ffengc in #2
  • The demo part is all completed, and the development of the log system… by @ffengc in #3
  • finish format.hpp, sink.hpp, done logger.hpp basic test by @ffengc in #4
  • sync logger part done, sync logger builder done by @ffengc in #5
  • finish buffer.hpp, not test yet by @ffengc in #6
  • The project is basically completed, add bench, adjust the dir struct by @ffengc in #7
  • update some en docs, project basically done by @ffengc in #8
  • fix bug in en readme by @ffengc in #9

New Contributors

  • @ffengc made their first contribution in #1

Full Changelog: https://github.com/ffengc/Multi-Pattern-Logging-System/commits/v1.0.0