MeVisLab Toolbox Reference
mlErrorOutput.h File Reference
#include "mlUtilsSystem.h"
#include "mlUtilsAPI.h"
#include "mlMutex.h"
#include "mlTrace.h"

Go to the source code of this file.

Classes

class  ml::ErrorOutput
 Class to handle all ML debug prints, errors, warnings, and information. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Functions

ML_UTILS_EXPORT ostream & std::operator<< (ostream &s, const ml::ErrorOutput &errorOutput)
 Overloading the operator "<<" for stream output of ErrorOutput objects. More...
 

Variables

ML_UTILS_EXPORT ErrorOutput ml::MLErrorOutput
 This is a singleton used for all ML Error input and output;. More...
 

Function Documentation

◆ operator<<()

ML_UTILS_EXPORT ostream& std::operator<< ( ostream &  s,
const ml::ErrorOutput errorOutput 
)

Overloading the operator "<<" for stream output of ErrorOutput objects.

References std::operator<<().