You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
229 B
C++

/*
* Author: Jun0x01@github.com
* Date: 2019.05.09
*/
#include "Log.h"
//using namespace SuperMap;
void Log::Warning(string msg)
{
}
void Log::Error(string msg)
{
}
void Log::Debug(string msg)
{
#ifdef DEBUG
#endif
}