utility
Simple Logger
A simple logging utility for tracking application events and debugging information

Overview
The Simple Logger is a lightweight logging utility designed to help developers track application events, errors, and debugging information in a structured manner using ImGUI. It supports multiple log levels (info, warning, error) and can be easily integrated into C++ projects.
Features
- Multiple log levels: Info, Warning, Error
- Thread-safe logging
- Easy integration with ImGUI for real-time log display
- Configurable log formatting
- Simple API for logging messages
Technologies
C++GLFWSDL3