mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 18:28:45 +02:00
「🏗️」 wip: passed _log to a global pointer
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user