commit 2025-10-08 23:03 add ZCSngtLogData& operator()(const ZCCharView& AR_View) : ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-08 23:03:16 +09:00
parent 76d4a4dbe1
commit f85f685cdf

View File

@ -7556,6 +7556,12 @@ namespace ZNsMain
}/*
ZCSngtLogData& operator()(const char* APC_LogData)*/
ZCSngtLogData& operator()(const ZCCharView& AR_View)
{
ZCSngtLogData::Log(AR_View.data(), AR_View.size()); return *this;
}/*
ZCSngtLogData& operator()(const ZCCharView& AR_View)*/
ZCSngtLogData& operator()(int AI_LogData){ GetSngtView().Log(AI_LogData); return *this; }
ZCSngtLogData& operator()(long AL_LogData){ GetSngtView().Log(AL_LogData); return *this; }
ZCSngtLogData& operator()(double AD_LogData){ GetSngtView().Log(AD_LogData); return *this; }