Describes interface of class which can receive warnings.
You can find more information in comments below.
class IWarningListener
{
public:
virtual void NotifyOnWarning(const AnsiString &function, const int line, const ErrorInfo &info, const StringKeyValueArray &args = EmptyStringKeyValueArray) = 0; // Called when warning is detected
};
Namespace: | nitisa |
Include: | Nitisa/Interfaces/IWarningListener.h |