https://github.com/abdes/asap_logging
A logging module for asap projects.
https://github.com/abdes/asap_logging
Last synced: about 1 year ago
JSON representation
A logging module for asap projects.
- Host: GitHub
- URL: https://github.com/abdes/asap_logging
- Owner: abdes
- License: bsd-3-clause
- Created: 2021-11-06T10:47:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T00:45:08.000Z (over 4 years ago)
- Last Synced: 2025-01-28T03:19:22.451Z (over 1 year ago)
- Language: C++
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Logging submodule for the asap project
See the asap project on [github](https://github.com/abdes/asap) for a functional
minimal starter project that uses this submodule.
This submodule is not intended to be used alone. Instead, refer to the asap
project for the recommended container to fully leverage this submodule and add other
libraries/executables/etc... to the top level project.
Functionality offered by this submodule includes:
- logging using spdlog
Implementation of this module uses the following:
- unit testing using Catch2
- documentation using restructured text with [sphinx](http://www.sphinx-doc.org/en/master/)
- API documentation using [doxygen](http://www.doxygen.org), translated to reST using
[breathe](https://breathe.readthedocs.io/en/latest/)
## Getting the code
Refer to the asap project.
## Building
Refer to the asap project.
## Using
Refer to the documentation generated from docygen or doxygen+sphinx.