From 9a17c0e9989c3a57972605b20927ebfe7c08eda8 Mon Sep 17 00:00:00 2001 From: kusugawa Date: Fri, 10 Jul 2020 19:07:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=20void=20Log(LogLevel=20ll,c?= =?UTF-8?q?onst=20AnsiString=20&str)=20=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/log/LogInfo.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inc/hgl/log/LogInfo.h b/inc/hgl/log/LogInfo.h index 4aa37bf..873cd7d 100644 --- a/inc/hgl/log/LogInfo.h +++ b/inc/hgl/log/LogInfo.h @@ -34,6 +34,12 @@ namespace hgl std::cout<<(char *)str.c_str()<>LogFrom(\"")+to_u16((u8char *)filename)+U16_TEXT("\", ")+UTF16String::valueOf(line)+U16_TEXT(" line,func:\"")+to_u16((u8char *)funcname)+U16_TEXT("\")"));