🏗️」 wip: added log debug function with VERBOSE mode

This commit is contained in:
2025-04-11 15:17:32 +02:00
parent bb841f90c8
commit b220361474
5 changed files with 46 additions and 23 deletions

View File

@ -6,8 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/03 15:45:07 by mmoussou #+# #+# */
/* Updated: 2025/04/10 12:18:39 by mmoussou ### ########.fr */
/* Updated: 2025/03/25 17:10:29 by adjoly ### ########.fr */
/* Updated: 2025/04/11 14:52:21 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -37,6 +36,6 @@ int main(int ac, char **av) {
std::cout << e.what() << std::endl;
return 1;
}
(void)conf;
conf->getLogger()->info("testtt");
delete conf;
}