src/Utils/Log.hpp

Defines

Name
LOG_DEBUG(MSG, ...)

Macros Documentation

define LOG_DEBUG

#define LOG_DEBUG(
    MSG,
    ...
)
printf(MSG, ##__VA_ARGS__)

Source code

#pragma once
#include <stdio.h>

#define LOG_DEBUG(MSG, ...) printf(MSG, ##__VA_ARGS__)

Updated on 2022-10-19 at 22:22:05 +0000

results matching ""

    No results matching ""