totalCount
totalCount
LOG:totalCount()
Restituisce il numero totale di operazioni registrate. Con o senza errori.
Esempio 1. Esempio totalCount
local tmp = tempfilename{ext=".log", make=0}
local logObj = newLOG(tmp)
if logObj then
logObj:writeString("test")
print("\ntotalCount = " .. tostring(logObj:totalCount()))
logObj:delete()
end
Created with the Personal Edition of HelpNDoc: Make Documentation a Breeze with HelpNDoc's Clean and Efficient User Interface