Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 475 Bytes

File metadata and controls

11 lines (8 loc) · 475 Bytes

cpplogger

cpplogger is a simple C++ logging class that allows logging messages to both the console and a file. It supports various log levels such as info, warning, and error, with timestamps included in each log message.

Features

  • Log messages to both console and log file.
  • Supports info, warning, and error log levels.
  • Timestamps added to each log entry.
  • Log messages can be printed with different importance levels.

More informations in Wiki!