/*
 *  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
}