https://github.com/xmidt-org/cimplog
Simple logging library for rdklogger
https://github.com/xmidt-org/cimplog
Last synced: about 2 months ago
JSON representation
Simple logging library for rdklogger
- Host: GitHub
- URL: https://github.com/xmidt-org/cimplog
- Owner: xmidt-org
- License: apache-2.0
- Created: 2017-01-17T19:43:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T17:40:53.000Z (about 3 years ago)
- Last Synced: 2025-03-23T12:32:53.711Z (2 months ago)
- Language: C
- Size: 128 KB
- Stars: 5
- Watchers: 22
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# cimplog
Simple logging library for rdklogger
[](https://travis-ci.com/xmidt-org/cimplog)
[](http://codecov.io/github/xmidt-org/cimplog?branch=master)
[]("https://scan.coverity.com/projects/comcast-cimplog)
[](https://github.com/xmidt-org/cimplog/blob/master/LICENSE.txt)
[](https://sonarcloud.io/dashboard?id=xmidt-org_cimplog)# Building and Testing Instructions
```
mkdir build
cd build
cmake ..
make
make test
make coverage
firefox index.html
```# Coding Formatter Settings
Please format pull requests using the following command to keep the style consistent.
```
astyle -A10 -S -f -U -p -D -c -xC90 -xL
```