OpenFPGA/libs/liblog
tangxifan f1bafffa87 add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
..
src add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
.gitignore add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
CMakeLists.txt add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
LICENSE.txt fixed a bug in Verilog generator supporting SRAM5T 2019-06-13 14:42:39 -06:00
Readme.txt fixed a bug in Verilog generator supporting SRAM5T 2019-06-13 14:42:39 -06:00

Readme.txt

Simple Logger Library

Author: Jason Luu
Date: Sept 5, 2014

This library provides simple logging operations.

- Output messages to both file and terminal
- Tag messages based on feedback type (eg. info, warning, or error)
- Track number of warnings and errors

Specialized programming knowledge:
- Requires usage of variable arguments in <stdarg.h> standard C library to properly wrap printf and fprintf