An open API service indexing awesome lists of open source software.

https://github.com/ahmed-ibrahim-30/logging-system

C++ logging system provides an easy way to log messages with contextual information such as log level, file name, function name, and line number. It supports different log levels (e.g., INFO, ERROR, DEBUG) for better tracking and debugging of applications. The system uses a simple macro (LOG) to streamline logging in your code.
https://github.com/ahmed-ibrahim-30/logging-system

Last synced: 7 months ago
JSON representation

C++ logging system provides an easy way to log messages with contextual information such as log level, file name, function name, and line number. It supports different log levels (e.g., INFO, ERROR, DEBUG) for better tracking and debugging of applications. The system uses a simple macro (LOG) to streamline logging in your code.

Awesome Lists containing this project