u413-284-si / webserv

This project is about setting up a http web server, providing a static website.
MIT License
0 stars 0 forks source link

feat: log request parsing with Logger #36

Closed u413-284-si closed 1 month ago

u413-284-si commented 1 month ago

Use Logger macros to log major parsing steps and thrown exceptions for the RequestParser.

Deliberately no closing keywords to keep correlated issue open to be able to create a similar branch for the ConfigFileParser.