cpp log

#pragma once

#include <iostream>
#include <ctime>
using namespace std;

ostream& Log()
{
    cout << "For Debug | " << "timestamp: " << (uint64_t)time(nullptr) << "| ";
    return cout;
}

 

https://blog.csdn.net/CegghnnoR/article/details/127716260

posted @ 2024-11-03 18:32  微笑的''80  阅读(12)  评论(0)    收藏  举报