C4Log is a simple C++ logging library designed for educational purposes.
It allows you to easily create log files, write messages with timestamps, and read or delete log files.
This project demonstrates basic concepts such as:
- file handling in C++
- logging systems
- date and time formatting
- simple class design
- Automatic log file creation
- Timestamped log messages
- Unique log file names
- Read entire log file content
- Delete log files when needed
- Very easy integration into any C++ project
- Copy
Logger.handLogger.cppinto your project directory.