src/Utils/Log.hpp
Source code
#pragma once
#include <stdio.h>
#define LOG_DEBUG(MSG, ...) printf(MSG, ##__VA_ARGS__)
Updated on 2025-04-29 at 08:31:42 +0000
#pragma once
#include <stdio.h>
#define LOG_DEBUG(MSG, ...) printf(MSG, ##__VA_ARGS__)
Updated on 2025-04-29 at 08:31:42 +0000
From here you can search these documents. Enter your search terms below.
Keys | Action |
---|---|
? | Open this help |
n | Next page |
p | Previous page |
s | Search |