summaryrefslogtreecommitdiff
path: root/Editor/Utils/Log.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-18 02:12:30 +0800
committerchai <chaifix@163.com>2021-10-18 02:12:30 +0800
commit22e576b5aa065f3cb2ca67a951af5e68063419a2 (patch)
treed72c6c77e33990cc70952c58e9ca50637ba6c242 /Editor/Utils/Log.h
parent7c8c68d79343d04be382334c15a73d079450857c (diff)
*scripting
Diffstat (limited to 'Editor/Utils/Log.h')
-rw-r--r--Editor/Utils/Log.h22
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);