![]() |
ReportError() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Protected Function |
Declared in: SpoofBase.h |
void ReportError( LPCSTR lpMethod, LPCSTR lpMessage) const;
Report an error
if (!GetLog()) return; try { CSpoofLog* pLog; pLog=GetLog(); //Report to the log pLog->ReportInitiatedError(m_lpClassName,lpMethod,lpMessage); } catch (...) { //Can't do anything to avoid circular catch }
![]() |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 27 Jun 2001. |