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

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.

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.