webserv/webserv/log
whaffman bac66d2a0b Implement logging level support in Channel and its derived classes
- Added LogLevel parameter to Channel constructor and updated derived classes (FileChannel, StdoutChannel) to accept it.
- Modified log methods to respect the logging level, preventing lower priority logs from being processed.
- Updated Log class to set logging levels for stdout and file channels.
- Adjusted main function to initialize logging with specified levels.
2025-09-21 20:49:25 +02:00
..
Channel.hpp Implement logging level support in Channel and its derived classes 2025-09-21 20:49:25 +02:00
Channnel.cpp Implement logging level support in Channel and its derived classes 2025-09-21 20:49:25 +02:00
FileChannel.cpp Implement logging level support in Channel and its derived classes 2025-09-21 20:49:25 +02:00
FileChannel.hpp Implement logging level support in Channel and its derived classes 2025-09-21 20:49:25 +02:00
Log.cpp Implement logging level support in Channel and its derived classes 2025-09-21 20:49:25 +02:00
Log.hpp Implement logging level support in Channel and its derived classes 2025-09-21 20:49:25 +02:00
LogLevel.hpp Add TODO comment for refactoring LOG_LEVEL_MAP to a separate namespace or log class 2025-09-21 00:00:42 +02:00
StdoutChannel.cpp Implement logging level support in Channel and its derived classes 2025-09-21 20:49:25 +02:00
StdoutChannel.hpp Implement logging level support in Channel and its derived classes 2025-09-21 20:49:25 +02:00