Content


NTL
Core
CErrorListenerCout

CErrorListenerCout


The class is an error listener implementation which prints errors into terminal. Can be used for debugging where error listener can be used to catch errors.

class CErrorListenerCout :public virtual IErrorListener
{
public:
    void NotifyOnError(const AnsiString &function, const int line, const ErrorInfo &info, const StringKeyValueArray &args = EmptyStringKeyValueArray) override;
};
Namespace: nitisa
Include: Nitisa/Core/ErrorListenerCout.h