Skip to content

lomWs/c4log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C4Log

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

Features

  • 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

Installation

  1. Copy Logger.h and Logger.cpp into your project directory.

About

The best C++ Logger class,very useful and simple

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages