Searched refs:_strContext (Results 1 – 2 of 2) sorted by relevance
35 : _pElement(pElement), _strContext(strContext), _bLogOn(bLogOn) in CAutoLog()39 _pElement->doLog(false, _strContext + " {"); in CAutoLog()51 _pElement->doLog(false, "} " + _strContext); in ~CAutoLog()
48 std::string _strContext; variable