This class represents a custom error listener. Plugin consumers can provide it via InferenceEngine::SetLogCallback. More...
#include <ie_error.hpp>
Public Member Functions | |
| virtual void | onError (const char *msg) noexcept=0 |
| The plugin calls this method with a null terminated error message (in case of error) More... | |
This class represents a custom error listener. Plugin consumers can provide it via InferenceEngine::SetLogCallback.
|
pure virtualnoexcept |
The plugin calls this method with a null terminated error message (in case of error)
| msg | Error message |