9.145 CStpDBAccess::StpWriteEndLog
Logs at end of a Method according to configuration of CStpDBAccessProtHDL
Defined in: StpDBAccess.cpp
|
Syntax
|
StpWriteEndLog( const SCString& scsBufName, const SCString& scsErrorMsg, const SCString& scsLogName, LONG lRc, vector<LONG>& vOk, vector<LONG>& vWarning )
StpWriteEndLog( const SCString& scsBufName, const SCString& scsLogName, LONG lRc, vector<LONG>& vOk, vector<LONG>& vWarning )
|
|
Parameter
|
scsBufName
Input name of buffer
scsBufName
Input errormessage to log
scsLogName
Input prefix of text to log
lRc
Input return code from InfraKernel call
vOk
Input container of lRc they are Ok
vWarning
Input container of lRc they are considered as warnings
|
|
Comments
|
The method with scsErrorMsg as argument logs the content of scsErrorMsg the orthe method logs the content of buffer scsBufName.
|
