This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
space-war/log.hpp

6 lines
116 B
C++
Raw Normal View History

2022-01-30 21:24:16 +08:00
#pragma once
#include "pch.hpp"
#define Log(msg, ...) printf("[%s: %d] " msg, __func__, __LINE__, ## __VA_ARGS__)