🏗️」 wip: passed _log to a global pointer

This commit is contained in:
2025-04-18 10:09:46 +02:00
parent 0b77d7b80c
commit a2cf80bfde
12 changed files with 52 additions and 35 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/20 09:28:27 by adjoly #+# #+# */
/* Updated: 2025/04/14 13:03:31 by adjoly ### ########.fr */
/* Updated: 2025/04/18 10:03:06 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -134,4 +134,6 @@ class Logger {
std::ofstream _file;
};
Logger *_log = NULL;
}; // namespace webserv