Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 849 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 849 Bytes

cimplog

Simple logging library for rdklogger

Build Status codecov.io Coverity Apache V2 License

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