Files
Sun1602/SUN3DEngine/include/ProgramCommon/wzlog/wzlog.h
T
2022-10-26 12:25:11 +08:00

14 lines
281 B
C

// wzlog.h
#ifndef _PROGRAMCOMMON_WZLOG_H_
#define _PROGRAMCOMMON_WZLOG_H_
#include "wzloghandler.h"
#ifdef LAST_RELEASE
#define WZLOG // no operation
#else
#define WZLOG if( WzLogHandler::IsValid() ) WzLogHandler::Instance()->Write
#endif
#endif // _PROGRAMCOMMON_WZLOG_H_