commit 2025-08-29 09:05 edit a bit ZCViewLogData in ZCppMain/ZMainHead.H
This commit is contained in:
@ -3665,7 +3665,7 @@ namespace ZNsMain
|
|||||||
|
|
||||||
virtual void Log(const char* APC_LogData, ZTypLength AI_Length)
|
virtual void Log(const char* APC_LogData, ZTypLength AI_Length)
|
||||||
{
|
{
|
||||||
cout<<APC_LogData ;
|
__for0(ZTypLength, i, AI_Length){cout<<APC_LogData[i];}
|
||||||
}/*
|
}/*
|
||||||
virtual void Log(const char* APC_LogData, ZTypLength AI_Length)*/
|
virtual void Log(const char* APC_LogData, ZTypLength AI_Length)*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user