diff options
author | chai <chaifix@163.com> | 2021-10-18 02:12:30 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-18 02:12:30 +0800 |
commit | 22e576b5aa065f3cb2ca67a951af5e68063419a2 (patch) | |
tree | d72c6c77e33990cc70952c58e9ca50637ba6c242 /Editor/Utils/Log.h | |
parent | 7c8c68d79343d04be382334c15a73d079450857c (diff) |
*scripting
Diffstat (limited to 'Editor/Utils/Log.h')
-rw-r--r-- | Editor/Utils/Log.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Editor/Utils/Log.h b/Editor/Utils/Log.h deleted file mode 100644 index d66f705..0000000 --- a/Editor/Utils/Log.h +++ /dev/null @@ -1,22 +0,0 @@ -#pragma once -#include <string> - -//enum LogTag : unsigned long -//{ -// -// All = ~0 -//}; -// -//extern long g_LogTags; - -void log_open_tag(std::string tag); - -void log_info(std::string log); -void log_warning(std::string log); -void log_error(std::string log); - -void log_error_null_param(std::string funcName, std::string param); - -void log_info(std::string tag, std::string log); -void log_warning(std::string tag, std::string log); -void log_error(std::string tag, std::string log); |