Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ErrorReporter Class Reference
A functor that reports error to supporting system. More...
#include <error_reporter.h>
Inherited by MicroErrorReporter.
Detailed Description
A functor that reports error to supporting system.
Invoked similar to printf.
Usage: ErrorReporter foo; foo.Report("test %d", 5); or va_list args; foo.Report("test %d", args); // where args is va_list
Subclass ErrorReporter to provide another reporting destination. For example, if you have a GUI program, you might redirect to a buffer that drives a GUI error log box.
Definition at line 35 of file error_reporter.h.
Generated on Wed Jul 13 2022 16:03:37 by
