Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
Loading...
Searching...
No Matches
logger.cpp File Reference

Implementation of the Logger class for logging messages. More...

#include "logger.hpp"
#include <iostream>

Namespaces

namespace  common
 Contains shared utilities and helper functions used across the project.
 

Detailed Description

Implementation of the Logger class for logging messages.

This file implements the Logger class declared in logger.hpp, which provides simple logging functionality with various log levels.