https://github.com/psp515/cpplog
Simple logging library for c++!
https://github.com/psp515/cpplog
Last synced: 7 months ago
JSON representation
Simple logging library for c++!
- Host: GitHub
- URL: https://github.com/psp515/cpplog
- Owner: psp515
- License: mit
- Created: 2025-02-23T20:31:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T19:42:00.000Z (8 months ago)
- Last Synced: 2025-03-03T20:34:02.973Z (8 months ago)
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpplog
Simple logging library for c++!
### About
Repository contains example logger implementation in C++!
Solution was implemented as a project during studies at Politechnika Warszawska.### Built With


### Details
TBA
### Results
TBA
#### How to run example
Easies way is to use clion:
- open clion
- add configuration CMake application `example`
- for this configuration set workdir to `build` folder (default `cmake-build-debug`)
- run example### License
Distributed under the MIT License. See `LICENSE.txt` for more information.
### Contact