This is a collection of C utility libraries that are mean to be simple and easy to incorporate.
-
Argument parser: provides functionality can be used to parse command line arguments and optionally a config file.
-
Logger: provides console, file and custom callback logging capabilities along with the ability to specify different logging levels for each interface.
- Improvements
- Decoding log level into strings
- Different formatting for different interfaces
- Improvements