#include "mlDateTime.h"
#include "mlUtilsSystem.h"
#include "mlErrorOutput.h"
Go to the source code of this file.
Classes | |
| class | ml::ErrorOutputInfos |
| Struct which contains all information about errors, fatal errors, warnings, information or debug prints. More... | |
Namespaces | |
| namespace | ml |
Define the namespace name like in the ML. Default is ml. | |
| namespace | std |
| Provide trigonometric etc. | |
Functions | |
| ostream & | std::operator<< (ostream &s, const ml::ErrorOutputInfos &eoi) |
Overload "<<" operator for stream output of ML ErrorOutputInfos objects. | |
ErrorOutputCB to notify about detailed debug, error or other runtime information. It passes the registered userData pointer for the callback function, a completely composed information string for convenience and a structure of type ErrorOutputInfos to the function. The struct contains
Definition in file mlErrorOutputInfos.h.
1.5.8