Mercurial > mm7
comparison Engine/Log.h @ 2499:68cdef6879a0
engine folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 02:57:42 +0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2498:92eeeb5200f2 | 2499:68cdef6879a0 |
---|---|
1 #pragma once | |
2 | |
3 | |
4 #define LOG_DECOMPILATION_WARNING() Log::Warning(L"%S [%S:%u]", __FUNCTION__, __FILE__, __LINE__); | |
5 | |
6 class Log | |
7 { | |
8 public: | |
9 static void Initialize(); | |
10 static void Warning(const wchar_t *pFormat, ...); | |
11 }; |