- Added todo list at the top of logger.hpp
- Added more todos
- Added more info on library in README.md
- Marked logger class's destructor virtual
- Moved headers for minimal includes
- Fixed critical bug caused by noob programmer not checking if code works
- Finished 'documentation' in main.cpp
- Changed the way you select logging modes to support different options in the future. So if there are different modes you can select mode one and three instead of just mode one, just mode two, or all the possible modes
- Updated the crap 'documentation' (it's main.cpp as an example how to use this library)
- Changed colour of UNKNOWN log level to grey or 'bright black'
- Functions to change options
- Moved many functions and variables to private in the Logger class, instead of all public
- Fixed verbose level not working
- Added verbose levels, now you can pick if you want Info and up, or Warning and up so you don't have to be filled with debug or info messages
- Added option to disable stdout log colours
- Added option to disable adding file name to log
- Added option to disable adding line number to log
- Added option to disable adding function name to log
- Added colour to logs in stdout
- Added file name, line number and fuction that ran the log command to the logs
- Added one more log severity level
- Time is now UTC, not local time (oops)
- Added time to log
- Added logging modes, file, stdout or both!
- Added log to file
- Added more log severity levels
- Change log file location
- Fixed log file overwriting older log
- Added src/logger/
- Added src/logger/logger.cpp
- Added src/logger/logger.hpp
- Added log to stdout
- Added log severity levels
- Added contrib/
- Added data/
- Added src/
- Added src/main.cpp
- Added ANSI.md
- Added AUTHORS.md
- Added CHANGELOG.md
- Added simpleLogger.sln
- Added simpleLogger.vcxproj
- Added simpleLogger.vcxproj.filters
- Added simpleLogger.vcxproj.user
- Added LICENSE
- Added README.md