commit 2025-10-08 23:03 add ZCSngtLogData& operator()(const ZCCharView& AR_View) : ZCppMain/ZMainHead.H
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user