blob: 8f89aafdb5eb55aeaf096c7226df4774a25625f6 [file] [log] [blame]
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