blob: 79da1a2762852516d4a727b41a40b37f922f13d3 [file] [log] [blame] [edit]
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