Move __HGL_FUNC__ to Platform.h from LogInfo.h
This commit is contained in:
@@ -4,14 +4,6 @@
|
||||
#include<iostream>
|
||||
#include<hgl/CodePage.h>
|
||||
|
||||
#if (HGL_COMPILER == HGL_COMPILER_GNU)||(HGL_COMPILER == HGL_COMPILER_LLVM)
|
||||
#define __HGL_FUNC__ __PRETTY_FUNCTION__
|
||||
#elif HGL_COMPILER == HGL_COMPILER_Microsoft
|
||||
#define __HGL_FUNC__ __FUNCSIG__
|
||||
#else
|
||||
#define __HGL_FUNC__ __FUNCTION__
|
||||
#endif//
|
||||
|
||||
namespace hgl
|
||||
{
|
||||
namespace logger
|
||||
|
Reference in New Issue
Block a user